Html Css Color HEX #CB6A0F Chocolate

📋 copy color: '#CB6A0F'

red 203 ◦ green 106 ◦ blue 15

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

Shades of Chocolate #CB6A0F

Tints of Chocolate #CB6A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.63%

R = 62.65%
G = 32.72%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB6A0F (or 0xCB6A0F) is known color: Chocolate. HEX triplet: CB, 6A and 0F. RGB value is (203,106,15). Sum of RGB (Red+Green+Blue) = 203+106+15=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6A0F is #3495F0. Grayscale: #7D7D7D. Windows color (decimal): -3446257 or 1010379. OLE color: 1010379.

HSL color Cylindrical-coordinate representation of color #CB6A0F: hue angle of 29.04º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB6A0F is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 106 15 -
CMYK 0 0.48 0.93 0.20
HSL 29.04º 0.86% 0.43% -
HSV(B) 29.04º 0.93% 0.8% -
XYZ 29.87 23.04 3.32 -
YUV 124.63 66.14 183.9 -
System Red Green Blue C M Y K H S L
Decimal 203 106 15 0 0.48 0.93 0.20 29.04 0.86 0.43
Hex CB 6A F 0 30 5D 14 1D 56 2B
Octal 313 152 17 0 60 135 24 35 126 53
Binary 11001011 1101010 1111 0 110000 1011101 10100 11101 1010110 101011

Color Harmonies of #CB6A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6A0F

Black with #CB6A0F

Text Example


Text Example

White with #CB6A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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