Html Css Color HEX #CB6C0D Chocolate

📋 copy color: '#CB6C0D'

red 203 ◦ green 108 ◦ blue 13

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

Shades of Chocolate #CB6C0D

Tints of Chocolate #CB6C0D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.33%

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

R = 62.65%
G = 33.33%
B = 4.01%

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

#CB6C0D (or 0xCB6C0D) is known color: Chocolate. HEX triplet: CB, 6C and 0D. RGB value is (203,108,13). Sum of RGB (Red+Green+Blue) = 203+108+13=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6C0D is #3493F2. Grayscale: #7E7E7E. Windows color (decimal): -3445747 or 879819. OLE color: 879819.

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

Color convert

RGB 203 108 13 -
CMYK 0 0.47 0.94 0.20
HSL 30º 0.88% 0.42% -
HSV(B) 30º 0.94% 0.8% -
XYZ 30.06 23.45 3.32 -
YUV 125.58 64.47 183.22 -
System Red Green Blue C M Y K H S L
Decimal 203 108 13 0 0.47 0.94 0.20 30 0.88 0.42
Hex CB 6C D 0 2F 5E 14 1E 58 2A
Octal 313 154 15 0 57 136 24 36 130 52
Binary 11001011 1101100 1101 0 101111 1011110 10100 11110 1011000 101010

Color Harmonies of #CB6C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C0D

Black with #CB6C0D

Text Example


Text Example

White with #CB6C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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