Html Css Color HEX #CF6F0E Chocolate

📋 copy color: '#CF6F0E'

red 207 ◦ green 111 ◦ blue 14

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

Shades of Chocolate #CF6F0E

Tints of Chocolate #CF6F0E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.43%

 BLUE value IS 14 (5.86% from 255) = 4.22%

R = 62.35%
G = 33.43%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF6F0E (or 0xCF6F0E) is known color: Chocolate. HEX triplet: CF, 6F and 0E. RGB value is (207,111,14). Sum of RGB (Red+Green+Blue) = 207+111+14=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6F0E is #3090F1. Grayscale: #818181. Windows color (decimal): -3182834 or 946127. OLE color: 946127.

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

Color convert

RGB 207 111 14 -
CMYK 0 0.46 0.93 0.19
HSL 30.16º 0.87% 0.43% -
HSV(B) 30.16º 0.93% 0.81% -
XYZ 31.5 24.67 3.52 -
YUV 128.65 63.3 183.89 -
System Red Green Blue C M Y K H S L
Decimal 207 111 14 0 0.46 0.93 0.19 30.16 0.87 0.43
Hex CF 6F E 0 2E 5D 13 1E 57 2B
Octal 317 157 16 0 56 135 23 36 127 53
Binary 11001111 1101111 1110 0 101110 1011101 10011 11110 1010111 101011

Color Harmonies of #CF6F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F0E

Black with #CF6F0E

Text Example


Text Example

White with #CF6F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F0E; }

 p { color: rgb(207,111,14); }

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

background-color css

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

 a { background-color: rgb(207,111,14); }

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

border-color css

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

 span { border-color: rgb(207,111,14); }

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