Html Css Color HEX #CB6E17 Chocolate

📋 copy color: '#CB6E17'

red 203 ◦ green 110 ◦ blue 23

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

Shades of Chocolate #CB6E17

Tints of Chocolate #CB6E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.85%

R = 60.42%
G = 32.74%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB6E17 (or 0xCB6E17) is known color: Chocolate. HEX triplet: CB, 6E and 17. RGB value is (203,110,23). Sum of RGB (Red+Green+Blue) = 203+110+23=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6E17 is #3491E8. Grayscale: #808080. Windows color (decimal): -3445225 or 1535691. OLE color: 1535691.

HSL color Cylindrical-coordinate representation of color #CB6E17: hue angle of 29º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB6E17 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 110 23 -
CMYK 0 0.46 0.89 0.20
HSL 29º 0.8% 0.44% -
HSV(B) 29º 0.89% 0.8% -
XYZ 30.36 23.91 3.83 -
YUV 127.89 68.81 181.57 -
System Red Green Blue C M Y K H S L
Decimal 203 110 23 0 0.46 0.89 0.20 29 0.8 0.44
Hex CB 6E 17 0 2E 59 14 1D 50 2C
Octal 313 156 27 0 56 131 24 35 120 54
Binary 11001011 1101110 10111 0 101110 1011001 10100 11101 1010000 101100

Color Harmonies of #CB6E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6E17

Black with #CB6E17

Text Example


Text Example

White with #CB6E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6E17; }

 p { color: rgb(203,110,23); }

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

background-color css

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

 a { background-color: rgb(203,110,23); }

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

border-color css

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

 span { border-color: rgb(203,110,23); }

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