Html Css Color HEX #CB6B0D Chocolate

📋 copy color: '#CB6B0D'

red 203 ◦ green 107 ◦ blue 13

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

Shades of Chocolate #CB6B0D

Tints of Chocolate #CB6B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.02%

R = 62.85%
G = 33.13%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB6B0D (or 0xCB6B0D) is known color: Chocolate. HEX triplet: CB, 6B and 0D. RGB value is (203,107,13). Sum of RGB (Red+Green+Blue) = 203+107+13=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6B0D is #3494F2. Grayscale: #7D7D7D. Windows color (decimal): -3446003 or 879563. OLE color: 879563.

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

Color convert

RGB 203 107 13 -
CMYK 0 0.47 0.94 0.20
HSL 29.68º 0.88% 0.42% -
HSV(B) 29.68º 0.94% 0.8% -
XYZ 29.96 23.24 3.29 -
YUV 124.99 64.8 183.64 -
System Red Green Blue C M Y K H S L
Decimal 203 107 13 0 0.47 0.94 0.20 29.68 0.88 0.42
Hex CB 6B D 0 2F 5E 14 1E 58 2A
Octal 313 153 15 0 57 136 24 36 130 52
Binary 11001011 1101011 1101 0 101111 1011110 10100 11110 1011000 101010

Color Harmonies of #CB6B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B0D

Black with #CB6B0D

Text Example


Text Example

White with #CB6B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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