Html Css Color HEX #CB6811 Chocolate

📋 copy color: '#CB6811'

red 203 ◦ green 104 ◦ blue 17

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

Shades of Chocolate #CB6811

Tints of Chocolate #CB6811

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.1%

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

R = 62.65%
G = 32.1%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB6811 (or 0xCB6811) is known color: Chocolate. HEX triplet: CB, 68 and 11. RGB value is (203,104,17). Sum of RGB (Red+Green+Blue) = 203+104+17=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6811 is #3497EE. Grayscale: #7C7C7C. Windows color (decimal): -3446767 or 1140939. OLE color: 1140939.

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

Color convert

RGB 203 104 17 -
CMYK 0 0.49 0.92 0.20
HSL 28.06º 0.85% 0.43% -
HSV(B) 28.06º 0.92% 0.8% -
XYZ 29.68 22.64 3.34 -
YUV 123.68 67.8 184.57 -
System Red Green Blue C M Y K H S L
Decimal 203 104 17 0 0.49 0.92 0.20 28.06 0.85 0.43
Hex CB 68 11 0 31 5C 14 1C 55 2B
Octal 313 150 21 0 61 134 24 34 125 53
Binary 11001011 1101000 10001 0 110001 1011100 10100 11100 1010101 101011

Color Harmonies of #CB6811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6811

Black with #CB6811

Text Example


Text Example

White with #CB6811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6811; }

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

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

background-color css

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

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

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

border-color css

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

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

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