Html Css Color HEX #CB6E0A Chocolate

📋 copy color: '#CB6E0A'

red 203 ◦ green 110 ◦ blue 10

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

Shades of Chocolate #CB6E0A

Tints of Chocolate #CB6E0A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.06%

 BLUE value IS 10 (4.3% from 255) = 3.1%

R = 62.85%
G = 34.06%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB6E0A (or 0xCB6E0A) is known color: Chocolate. HEX triplet: CB, 6E and 0A. RGB value is (203,110,10). Sum of RGB (Red+Green+Blue) = 203+110+10=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6E0A is #3491F5. Grayscale: #7E7E7E. Windows color (decimal): -3445238 or 683723. OLE color: 683723.

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

Color convert

RGB 203 110 10 -
CMYK 0 0.46 0.95 0.20
HSL 31.09º 0.91% 0.42% -
HSV(B) 31.09º 0.95% 0.8% -
XYZ 30.26 23.87 3.3 -
YUV 126.41 62.31 182.63 -
System Red Green Blue C M Y K H S L
Decimal 203 110 10 0 0.46 0.95 0.20 31.09 0.91 0.42
Hex CB 6E A 0 2E 5F 14 1F 5B 2A
Octal 313 156 12 0 56 137 24 37 133 52
Binary 11001011 1101110 1010 0 101110 1011111 10100 11111 1011011 101010

Color Harmonies of #CB6E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6E0A

Black with #CB6E0A

Text Example


Text Example

White with #CB6E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6E0A; }

 p { color: rgb(203,110,10); }

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

background-color css

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

 a { background-color: rgb(203,110,10); }

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

border-color css

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

 span { border-color: rgb(203,110,10); }

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