Html Css Color HEX #CF6D09 Chocolate

📋 copy color: '#CF6D09'

red 207 ◦ green 109 ◦ blue 9

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

Shades of Chocolate #CF6D09

Tints of Chocolate #CF6D09

RGB

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

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

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

R = 63.69%
G = 33.54%
B = 2.77%

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

#CF6D09 (or 0xCF6D09) is known color: Chocolate. HEX triplet: CF, 6D and 09. RGB value is (207,109,9). Sum of RGB (Red+Green+Blue) = 207+109+9=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6D09 is #3092F6. Grayscale: #7F7F7F. Windows color (decimal): -3183351 or 617935. OLE color: 617935.

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

Color convert

RGB 207 109 9 -
CMYK 0 0.47 0.96 0.19
HSL 30.3º 0.92% 0.42% -
HSV(B) 30.3º 0.96% 0.81% -
XYZ 31.25 24.22 3.29 -
YUV 126.9 61.47 185.13 -
System Red Green Blue C M Y K H S L
Decimal 207 109 9 0 0.47 0.96 0.19 30.3 0.92 0.42
Hex CF 6D 9 0 2F 60 13 1E 5C 2A
Octal 317 155 11 0 57 140 23 36 134 52
Binary 11001111 1101101 1001 0 101111 1100000 10011 11110 1011100 101010

Color Harmonies of #CF6D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D09

Black with #CF6D09

Text Example


Text Example

White with #CF6D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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