Html Css Color HEX #CF6C0E Chocolate

📋 copy color: '#CF6C0E'

red 207 ◦ green 108 ◦ blue 14

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

Shades of Chocolate #CF6C0E

Tints of Chocolate #CF6C0E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

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

R = 62.92%
G = 32.83%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF6C0E (or 0xCF6C0E) is known color: Chocolate. HEX triplet: CF, 6C and 0E. RGB value is (207,108,14). Sum of RGB (Red+Green+Blue) = 207+108+14=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6C0E is #3093F1. Grayscale: #7F7F7F. Windows color (decimal): -3183602 or 945359. OLE color: 945359.

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

Color convert

RGB 207 108 14 -
CMYK 0 0.48 0.93 0.19
HSL 29.22º 0.87% 0.43% -
HSV(B) 29.22º 0.93% 0.81% -
XYZ 31.17 24.02 3.41 -
YUV 126.89 64.3 185.14 -
System Red Green Blue C M Y K H S L
Decimal 207 108 14 0 0.48 0.93 0.19 29.22 0.87 0.43
Hex CF 6C E 0 30 5D 13 1D 57 2B
Octal 317 154 16 0 60 135 23 35 127 53
Binary 11001111 1101100 1110 0 110000 1011101 10011 11101 1010111 101011

Color Harmonies of #CF6C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6C0E

Black with #CF6C0E

Text Example


Text Example

White with #CF6C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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