Html Css Color HEX #CB6D15 Chocolate

📋 copy color: '#CB6D15'

red 203 ◦ green 109 ◦ blue 21

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

Shades of Chocolate #CB6D15

Tints of Chocolate #CB6D15

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.73%

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

R = 60.96%
G = 32.73%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB6D15 (or 0xCB6D15) is known color: Chocolate. HEX triplet: CB, 6D and 15. RGB value is (203,109,21). Sum of RGB (Red+Green+Blue) = 203+109+21=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6D15 is #3492EA. Grayscale: #7F7F7F. Windows color (decimal): -3445483 or 1404363. OLE color: 1404363.

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

Color convert

RGB 203 109 21 -
CMYK 0 0.46 0.90 0.20
HSL 29.01º 0.81% 0.44% -
HSV(B) 29.01º 0.9% 0.8% -
XYZ 30.23 23.69 3.69 -
YUV 127.07 68.14 182.16 -
System Red Green Blue C M Y K H S L
Decimal 203 109 21 0 0.46 0.90 0.20 29.01 0.81 0.44
Hex CB 6D 15 0 2E 5A 14 1D 51 2C
Octal 313 155 25 0 56 132 24 35 121 54
Binary 11001011 1101101 10101 0 101110 1011010 10100 11101 1010001 101100

Color Harmonies of #CB6D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D15

Black with #CB6D15

Text Example


Text Example

White with #CB6D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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