Html Css Color HEX #CB6D0D Chocolate

📋 copy color: '#CB6D0D'

red 203 ◦ green 109 ◦ blue 13

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

Shades of Chocolate #CB6D0D

Tints of Chocolate #CB6D0D

RGB

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

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

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

R = 62.46%
G = 33.54%
B = 4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB6D0D (or 0xCB6D0D) is known color: Chocolate. HEX triplet: CB, 6D and 0D. RGB value is (203,109,13). Sum of RGB (Red+Green+Blue) = 203+109+13=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6D0D is #3492F2. Grayscale: #7E7E7E. Windows color (decimal): -3445491 or 880075. OLE color: 880075.

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

Color convert

RGB 203 109 13 -
CMYK 0 0.46 0.94 0.20
HSL 30.32º 0.88% 0.42% -
HSV(B) 30.32º 0.94% 0.8% -
XYZ 30.17 23.66 3.36 -
YUV 126.16 64.14 182.81 -
System Red Green Blue C M Y K H S L
Decimal 203 109 13 0 0.46 0.94 0.20 30.32 0.88 0.42
Hex CB 6D D 0 2E 5E 14 1E 58 2A
Octal 313 155 15 0 56 136 24 36 130 52
Binary 11001011 1101101 1101 0 101110 1011110 10100 11110 1011000 101010

Color Harmonies of #CB6D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D0D

Black with #CB6D0D

Text Example


Text Example

White with #CB6D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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