#CC6B34

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

Shades of Tango #CC6B34

Tints of Tango #CC6B34

Color information

#CC6B34 (or 0xCC6B34) is unknown color: approx Tango. HEX triplet: CC, 6B and 34. RGB value is (204,107,52). Sum of RGB (Red+Green+Blue) = 204+107+52=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B34 is #3394CB. Grayscale: #828282. Windows color (decimal): -3380428 or 3435468. OLE color: 3435468.

HSL color Cylindrical-coordinate representation of color #CC6B34: hue angle of 21.71º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC6B34 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20410752-
CMYK00.480.750.2
HSL21.71º59.84%50.2%-
HSV(B)21.71º74.51%80%-
XYZ30.7823.66.18-
YUV129.7384.14180.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.20%
GREEN value IS 107 (42.19% from 255) = 29.48%
BLUE value IS 52 (20.70% from 255) = 14.33%
R=56.20%
G=29.48%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041075200.480.750.221.7159.8450.2
HexCC6B340304B14163c32
Octal3141536406011324267462
Binary110011001101011110100011000010010111010010110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6B34; }

 p { color: rgb(204,107,52); }

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

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

 a { background-color: rgb(204,107,52); }

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

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

 span { border-color: rgb(204,107,52); }

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