Html Css Color HEX #CB6D1D Chocolate

📋 copy color: '#CB6D1D'

red 203 ◦ green 109 ◦ blue 29

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

Shades of Chocolate #CB6D1D

Tints of Chocolate #CB6D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.5%

R = 59.53%
G = 31.96%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB6D1D (or 0xCB6D1D) is known color: Chocolate. HEX triplet: CB, 6D and 1D. RGB value is (203,109,29). Sum of RGB (Red+Green+Blue) = 203+109+29=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6D1D is #3492E2. Grayscale: #808080. Windows color (decimal): -3445475 or 1928651. OLE color: 1928651.

HSL color Cylindrical-coordinate representation of color #CB6D1D: hue angle of 27.59º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB6D1D is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 109 29 -
CMYK 0 0.46 0.86 0.20
HSL 27.59º 0.75% 0.45% -
HSV(B) 27.59º 0.86% 0.8% -
XYZ 30.32 23.72 4.14 -
YUV 127.99 72.14 181.5 -
System Red Green Blue C M Y K H S L
Decimal 203 109 29 0 0.46 0.86 0.20 27.59 0.75 0.45
Hex CB 6D 1D 0 2E 56 14 1C 4B 2D
Octal 313 155 35 0 56 126 24 34 113 55
Binary 11001011 1101101 11101 0 101110 1010110 10100 11100 1001011 101101

Color Harmonies of #CB6D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D1D

Black with #CB6D1D

Text Example


Text Example

White with #CB6D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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