#CB6D34

Color #CB6D34 Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tango #CB6D34

Tints of Tango #CB6D34

Color information

#CB6D34 (or 0xCB6D34) is unknown color: approx Tango. HEX triplet: CB, 6D and 34. RGB value is (203,109,52). Sum of RGB (Red+Green+Blue) = 203+109+52=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6D34 is #3492CB. Grayscale: #828282. Windows color (decimal): -3445452 or 3435979. OLE color: 3435979.

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

Color convert

RGB20310952-
CMYK00.460.740.20
HSL22.65º59.22%50%-
HSV(B)22.65º74.38%79.61%-
XYZ30.7223.886.24-
YUV130.6183.64179.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.77%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 52 (20.70% from 255) = 14.29%
R=55.77%
G=29.95%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031095200.460.740.2022.6559.2250
HexCB6D3402E4A14173b32
Octal3131556405611224277362
Binary110010111101101110100010111010010101010010111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6D34; }

 p { color: rgb(203,109,52); }

 H1.HeaderClassName
 {
   color: #CB6D34;
 }
 .AnyTagClassName
 {
   color: #CB6D34;
 }
</style>
background-color css

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

 a { background-color: rgb(203,109,52); }

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

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

 span { border-color: rgb(203,109,52); }

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