Html Css Color HEX #CB6D11 Chocolate

📋 copy color: '#CB6D11'

red 203 ◦ green 109 ◦ blue 17

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

Shades of Chocolate #CB6D11

Tints of Chocolate #CB6D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.17%

R = 61.7%
G = 33.13%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB6D11 (or 0xCB6D11) is known color: Chocolate. HEX triplet: CB, 6D and 11. RGB value is (203,109,17). Sum of RGB (Red+Green+Blue) = 203+109+17=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6D11 is #3492EE. Grayscale: #7F7F7F. Windows color (decimal): -3445487 or 1142219. OLE color: 1142219.

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

Color convert

RGB 203 109 17 -
CMYK 0 0.46 0.92 0.20
HSL 29.68º 0.85% 0.43% -
HSV(B) 29.68º 0.92% 0.8% -
XYZ 30.2 23.67 3.51 -
YUV 126.62 66.14 182.48 -
System Red Green Blue C M Y K H S L
Decimal 203 109 17 0 0.46 0.92 0.20 29.68 0.85 0.43
Hex CB 6D 11 0 2E 5C 14 1E 55 2B
Octal 313 155 21 0 56 134 24 36 125 53
Binary 11001011 1101101 10001 0 101110 1011100 10100 11110 1010101 101011

Color Harmonies of #CB6D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D11

Black with #CB6D11

Text Example


Text Example

White with #CB6D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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