Html Css Color HEX #CB6A14 Chocolate

📋 copy color: '#CB6A14'

red 203 ◦ green 106 ◦ blue 20

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

Shades of Chocolate #CB6A14

Tints of Chocolate #CB6A14

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.22%

 BLUE value IS 20 (8.2% from 255) = 6.08%

R = 61.7%
G = 32.22%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB6A14 (or 0xCB6A14) is known color: Chocolate. HEX triplet: CB, 6A and 14. RGB value is (203,106,20). Sum of RGB (Red+Green+Blue) = 203+106+20=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6A14 is #3495EB. Grayscale: #7D7D7D. Windows color (decimal): -3446252 or 1338059. OLE color: 1338059.

HSL color Cylindrical-coordinate representation of color #CB6A14: hue angle of 28.2º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB6A14 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 106 20 -
CMYK 0 0.48 0.90 0.20
HSL 28.2º 0.82% 0.44% -
HSV(B) 28.2º 0.9% 0.8% -
XYZ 29.91 23.06 3.54 -
YUV 125.2 68.64 183.49 -
System Red Green Blue C M Y K H S L
Decimal 203 106 20 0 0.48 0.90 0.20 28.2 0.82 0.44
Hex CB 6A 14 0 30 5A 14 1C 52 2C
Octal 313 152 24 0 60 132 24 34 122 54
Binary 11001011 1101010 10100 0 110000 1011010 10100 11100 1010010 101100

Color Harmonies of #CB6A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6A14

Black with #CB6A14

Text Example


Text Example

White with #CB6A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6A14; }

 p { color: rgb(203,106,20); }

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

background-color css

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

 a { background-color: rgb(203,106,20); }

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

border-color css

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

 span { border-color: rgb(203,106,20); }

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