Html Css Color HEX #CB6F0E Chocolate

📋 copy color: '#CB6F0E'

red 203 ◦ green 111 ◦ blue 14

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

Shades of Chocolate #CB6F0E

Tints of Chocolate #CB6F0E

RGB

 RED value IS 203 (79.69% from 255) = 61.89%

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

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

R = 61.89%
G = 33.84%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB6F0E (or 0xCB6F0E) is known color: Chocolate. HEX triplet: CB, 6F and 0E. RGB value is (203,111,14). Sum of RGB (Red+Green+Blue) = 203+111+14=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6F0E is #3490F1. Grayscale: #7F7F7F. Windows color (decimal): -3444978 or 946123. OLE color: 946123.

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

Color convert

RGB 203 111 14 -
CMYK 0 0.45 0.93 0.20
HSL 30.79º 0.87% 0.43% -
HSV(B) 30.79º 0.93% 0.8% -
XYZ 30.39 24.1 3.46 -
YUV 127.45 63.98 181.89 -
System Red Green Blue C M Y K H S L
Decimal 203 111 14 0 0.45 0.93 0.20 30.79 0.87 0.43
Hex CB 6F E 0 2D 5D 14 1F 57 2B
Octal 313 157 16 0 55 135 24 37 127 53
Binary 11001011 1101111 1110 0 101101 1011101 10100 11111 1010111 101011

Color Harmonies of #CB6F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6F0E

Black with #CB6F0E

Text Example


Text Example

White with #CB6F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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