Html Css Color HEX #CB6B18 Chocolate

📋 copy color: '#CB6B18'

red 203 ◦ green 107 ◦ blue 24

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

Shades of Chocolate #CB6B18

Tints of Chocolate #CB6B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.19%

R = 60.78%
G = 32.04%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB6B18 (or 0xCB6B18) is known color: Chocolate. HEX triplet: CB, 6B and 18. RGB value is (203,107,24). Sum of RGB (Red+Green+Blue) = 203+107+24=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6B18 is #3494E7. Grayscale: #7E7E7E. Windows color (decimal): -3445992 or 1600459. OLE color: 1600459.

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

Color convert

RGB 203 107 24 -
CMYK 0 0.47 0.88 0.20
HSL 27.82º 0.79% 0.45% -
HSV(B) 27.82º 0.88% 0.8% -
XYZ 30.05 23.28 3.77 -
YUV 126.24 70.3 182.75 -
System Red Green Blue C M Y K H S L
Decimal 203 107 24 0 0.47 0.88 0.20 27.82 0.79 0.45
Hex CB 6B 18 0 2F 58 14 1C 4F 2D
Octal 313 153 30 0 57 130 24 34 117 55
Binary 11001011 1101011 11000 0 101111 1011000 10100 11100 1001111 101101

Color Harmonies of #CB6B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B18

Black with #CB6B18

Text Example


Text Example

White with #CB6B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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