Html Css Color HEX #CF6B09 Chocolate

📋 copy color: '#CF6B09'

red 207 ◦ green 107 ◦ blue 9

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

Shades of Chocolate #CF6B09

Tints of Chocolate #CF6B09

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.13%

 BLUE value IS 9 (3.91% from 255) = 2.79%

R = 64.09%
G = 33.13%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF6B09 (or 0xCF6B09) is known color: Chocolate. HEX triplet: CF, 6B and 09. RGB value is (207,107,9). Sum of RGB (Red+Green+Blue) = 207+107+9=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6B09 is #3094F6. Grayscale: #7E7E7E. Windows color (decimal): -3183863 or 617423. OLE color: 617423.

HSL color Cylindrical-coordinate representation of color #CF6B09: hue angle of 29.7º degrees, saturation: 0.92, 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 #CF6B09 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 107 9 -
CMYK 0 0.48 0.96 0.19
HSL 29.7º 0.92% 0.42% -
HSV(B) 29.7º 0.96% 0.81% -
XYZ 31.04 23.8 3.22 -
YUV 125.73 62.13 185.97 -
System Red Green Blue C M Y K H S L
Decimal 207 107 9 0 0.48 0.96 0.19 29.7 0.92 0.42
Hex CF 6B 9 0 30 60 13 1E 5C 2A
Octal 317 153 11 0 60 140 23 36 134 52
Binary 11001111 1101011 1001 0 110000 1100000 10011 11110 1011100 101010

Color Harmonies of #CF6B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6B09

Black with #CF6B09

Text Example


Text Example

White with #CF6B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6B09; }

 p { color: rgb(207,107,9); }

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

background-color css

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

 a { background-color: rgb(207,107,9); }

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

border-color css

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

 span { border-color: rgb(207,107,9); }

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