#CF6823

Color #CF6823 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #CF6823

Tints of Chocolate #CF6823

Color information

#CF6823 (or 0xCF6823) is unknown color: approx Chocolate. HEX triplet: CF, 68 and 23. RGB value is (207,104,35). Sum of RGB (Red+Green+Blue) = 207+104+35=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6823 is #3097DC. Grayscale: #7F7F7F. Windows color (decimal): -3184605 or 2320591. OLE color: 2320591.

HSL color Cylindrical-coordinate representation of color #CF6823: hue angle of 24.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF6823 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB20710435-
CMYK00.500.830.19
HSL24.07º71.07%47.45%-
HSV(B)24.07º83.09%81.18%-
XYZ30.9923.294.45-
YUV126.9376.12185.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 59.83%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 35 (14.06% from 255) = 10.12%
R=59.83%
G=30.06%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.83
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071043500.500.830.1924.0771.0747.45
HexCF6823032531318472f
Octal31715043062123233010757
Binary1100111111010001000110110010101001110011110001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6823; }

 p { color: rgb(207,104,35); }

 H1.HeaderClassName
 {
   color: #CF6823;
 }
 .AnyTagClassName
 {
   color: #CF6823;
 }
</style>
background-color css

<style>
 a { background-color: #CF6823; }

 a { background-color: rgb(207,104,35); }

 div.DivClassName
 {
   background-color: #CF6823;
 }
 .BgClassName
 {
   background-color: #CF6823;
 }
</style>
border-color css

<style>
 span { border-color: #CF6823; }

 span { border-color: rgb(207,104,35); }

 td.TdClassName
 {
   border-color: #CF6823;
 }
 .TagClassName
 {
   border-color: #CF6823;
 }
</style>