Html Css Color HEX #CF6E16 Chocolate

📋 copy color: '#CF6E16'

red 207 ◦ green 110 ◦ blue 22

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

Shades of Chocolate #CF6E16

Tints of Chocolate #CF6E16

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.45%

 BLUE value IS 22 (8.98% from 255) = 6.49%

R = 61.06%
G = 32.45%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF6E16 (or 0xCF6E16) is known color: Chocolate. HEX triplet: CF, 6E and 16. RGB value is (207,110,22). Sum of RGB (Red+Green+Blue) = 207+110+22=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6E16 is #3091E9. Grayscale: #818181. Windows color (decimal): -3183082 or 1470159. OLE color: 1470159.

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

Color convert

RGB 207 110 22 -
CMYK 0 0.47 0.89 0.19
HSL 28.54º 0.81% 0.45% -
HSV(B) 28.54º 0.89% 0.81% -
XYZ 31.45 24.48 3.83 -
YUV 128.97 67.64 183.66 -
System Red Green Blue C M Y K H S L
Decimal 207 110 22 0 0.47 0.89 0.19 28.54 0.81 0.45
Hex CF 6E 16 0 2F 59 13 1D 51 2D
Octal 317 156 26 0 57 131 23 35 121 55
Binary 11001111 1101110 10110 0 101111 1011001 10011 11101 1010001 101101

Color Harmonies of #CF6E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6E16

Black with #CF6E16

Text Example


Text Example

White with #CF6E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6E16; }

 p { color: rgb(207,110,22); }

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

background-color css

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

 a { background-color: rgb(207,110,22); }

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

border-color css

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

 span { border-color: rgb(207,110,22); }

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