Html Css Color HEX #CF6E0B Chocolate

📋 copy color: '#CF6E0B'

red 207 ◦ green 110 ◦ blue 11

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

Shades of Chocolate #CF6E0B

Tints of Chocolate #CF6E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.35%

R = 63.11%
G = 33.54%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF6E0B (or 0xCF6E0B) is known color: Chocolate. HEX triplet: CF, 6E and 0B. RGB value is (207,110,11). Sum of RGB (Red+Green+Blue) = 207+110+11=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6E0B is #3091F4. Grayscale: #808080. Windows color (decimal): -3183093 or 749263. OLE color: 749263.

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

Color convert

RGB 207 110 11 -
CMYK 0 0.47 0.95 0.19
HSL 30.31º 0.9% 0.43% -
HSV(B) 30.31º 0.95% 0.81% -
XYZ 31.37 24.44 3.38 -
YUV 127.72 62.14 184.55 -
System Red Green Blue C M Y K H S L
Decimal 207 110 11 0 0.47 0.95 0.19 30.31 0.9 0.43
Hex CF 6E B 0 2F 5F 13 1E 5A 2B
Octal 317 156 13 0 57 137 23 36 132 53
Binary 11001111 1101110 1011 0 101111 1011111 10011 11110 1011010 101011

Color Harmonies of #CF6E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6E0B

Black with #CF6E0B

Text Example


Text Example

White with #CF6E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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