Html Css Color HEX #CB6B15 Chocolate

📋 copy color: '#CB6B15'

red 203 ◦ green 107 ◦ blue 21

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

Shades of Chocolate #CB6B15

Tints of Chocolate #CB6B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.34%

R = 61.33%
G = 32.33%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB6B15 (or 0xCB6B15) is known color: Chocolate. HEX triplet: CB, 6B and 15. RGB value is (203,107,21). Sum of RGB (Red+Green+Blue) = 203+107+21=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6B15 is #3494EA. Grayscale: #7E7E7E. Windows color (decimal): -3445995 or 1403851. OLE color: 1403851.

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

Color convert

RGB 203 107 21 -
CMYK 0 0.47 0.90 0.20
HSL 28.35º 0.81% 0.44% -
HSV(B) 28.35º 0.9% 0.8% -
XYZ 30.02 23.27 3.62 -
YUV 125.9 68.8 182.99 -
System Red Green Blue C M Y K H S L
Decimal 203 107 21 0 0.47 0.90 0.20 28.35 0.81 0.44
Hex CB 6B 15 0 2F 5A 14 1C 51 2C
Octal 313 153 25 0 57 132 24 34 121 54
Binary 11001011 1101011 10101 0 101111 1011010 10100 11100 1010001 101100

Color Harmonies of #CB6B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B15

Black with #CB6B15

Text Example


Text Example

White with #CB6B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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