Html Css Color HEX #CF6D08 Chocolate

📋 copy color: '#CF6D08'

red 207 ◦ green 109 ◦ blue 8

#CF6D08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CF6D08

Tints of Chocolate #CF6D08

RGB

 RED value IS 207 (81.25% from 255) = 63.89%

 GREEN value IS 109 (42.97% from 255) = 33.64%

 BLUE value IS 8 (3.52% from 255) = 2.47%

R = 63.89%
G = 33.64%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF6D08 (or 0xCF6D08) is known color: Chocolate. HEX triplet: CF, 6D and 08. RGB value is (207,109,8). Sum of RGB (Red+Green+Blue) = 207+109+8=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6D08 is #3092F7. Grayscale: #7F7F7F. Windows color (decimal): -3183352 or 552399. OLE color: 552399.

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

Color convert

RGB 207 109 8 -
CMYK 0 0.47 0.96 0.19
HSL 30.45º 0.93% 0.42% -
HSV(B) 30.45º 0.96% 0.81% -
XYZ 31.24 24.22 3.26 -
YUV 126.79 60.97 185.21 -
System Red Green Blue C M Y K H S L
Decimal 207 109 8 0 0.47 0.96 0.19 30.45 0.93 0.42
Hex CF 6D 8 0 2F 60 13 1E 5D 2A
Octal 317 155 10 0 57 140 23 36 135 52
Binary 11001111 1101101 1000 0 101111 1100000 10011 11110 1011101 101010

Color Harmonies of #CF6D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D08

Black with #CF6D08

Text Example


Text Example

White with #CF6D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D08; }

 p { color: rgb(207,109,8); }

 H1.HeaderClassName
 {
   color: #CF6D08;
 }
 .AnyTagClassName
 {
   color: #CF6D08;
 }
</style>

background-color css

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

 a { background-color: rgb(207,109,8); }

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

border-color css

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

 span { border-color: rgb(207,109,8); }

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