Html Css Color HEX #CB6911 Chocolate

📋 copy color: '#CB6911'

red 203 ◦ green 105 ◦ blue 17

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

Shades of Chocolate #CB6911

Tints of Chocolate #CB6911

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.31%

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

R = 62.46%
G = 32.31%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB6911 (or 0xCB6911) is known color: Chocolate. HEX triplet: CB, 69 and 11. RGB value is (203,105,17). Sum of RGB (Red+Green+Blue) = 203+105+17=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6911 is #3496EE. Grayscale: #7C7C7C. Windows color (decimal): -3446511 or 1141195. OLE color: 1141195.

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

Color convert

RGB 203 105 17 -
CMYK 0 0.48 0.92 0.20
HSL 28.39º 0.85% 0.43% -
HSV(B) 28.39º 0.92% 0.8% -
XYZ 29.78 22.84 3.37 -
YUV 124.27 67.47 184.16 -
System Red Green Blue C M Y K H S L
Decimal 203 105 17 0 0.48 0.92 0.20 28.39 0.85 0.43
Hex CB 69 11 0 30 5C 14 1C 55 2B
Octal 313 151 21 0 60 134 24 34 125 53
Binary 11001011 1101001 10001 0 110000 1011100 10100 11100 1010101 101011

Color Harmonies of #CB6911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6911

Black with #CB6911

Text Example


Text Example

White with #CB6911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6911; }

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

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

background-color css

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

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

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

border-color css

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

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

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