Html Css Color HEX #CB6B17 Chocolate

📋 copy color: '#CB6B17'

red 203 ◦ green 107 ◦ blue 23

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

Shades of Chocolate #CB6B17

Tints of Chocolate #CB6B17

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.13%

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

R = 60.96%
G = 32.13%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB6B17 (or 0xCB6B17) is known color: Chocolate. HEX triplet: CB, 6B and 17. RGB value is (203,107,23). Sum of RGB (Red+Green+Blue) = 203+107+23=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6B17 is #3494E8. Grayscale: #7E7E7E. Windows color (decimal): -3445993 or 1534923. OLE color: 1534923.

HSL color Cylindrical-coordinate representation of color #CB6B17: hue angle of 28º 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 #CB6B17 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 107 23 -
CMYK 0 0.47 0.89 0.20
HSL 28º 0.8% 0.44% -
HSV(B) 28º 0.89% 0.8% -
XYZ 30.04 23.27 3.72 -
YUV 126.13 69.8 182.83 -
System Red Green Blue C M Y K H S L
Decimal 203 107 23 0 0.47 0.89 0.20 28 0.8 0.44
Hex CB 6B 17 0 2F 59 14 1C 50 2C
Octal 313 153 27 0 57 131 24 34 120 54
Binary 11001011 1101011 10111 0 101111 1011001 10100 11100 1010000 101100

Color Harmonies of #CB6B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B17

Black with #CB6B17

Text Example


Text Example

White with #CB6B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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