Html Css Color HEX #CB6B0A Chocolate

📋 copy color: '#CB6B0A'

red 203 ◦ green 107 ◦ blue 10

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

Shades of Chocolate #CB6B0A

Tints of Chocolate #CB6B0A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.44%

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

R = 63.44%
G = 33.44%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB6B0A (or 0xCB6B0A) is known color: Chocolate. HEX triplet: CB, 6B and 0A. RGB value is (203,107,10). Sum of RGB (Red+Green+Blue) = 203+107+10=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6B0A is #3494F5. Grayscale: #7D7D7D. Windows color (decimal): -3446006 or 682955. OLE color: 682955.

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

Color convert

RGB 203 107 10 -
CMYK 0 0.47 0.95 0.20
HSL 30.16º 0.91% 0.42% -
HSV(B) 30.16º 0.95% 0.8% -
XYZ 29.94 23.23 3.19 -
YUV 124.65 63.3 183.89 -
System Red Green Blue C M Y K H S L
Decimal 203 107 10 0 0.47 0.95 0.20 30.16 0.91 0.42
Hex CB 6B A 0 2F 5F 14 1E 5B 2A
Octal 313 153 12 0 57 137 24 36 133 52
Binary 11001011 1101011 1010 0 101111 1011111 10100 11110 1011011 101010

Color Harmonies of #CB6B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B0A

Black with #CB6B0A

Text Example


Text Example

White with #CB6B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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