#CA6E04

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

Shades of Tenne (Tawny) #CA6E04

Tints of Tenne (Tawny) #CA6E04

Color information

#CA6E04 (or 0xCA6E04) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 6E and 04. RGB value is (202,110,4). Sum of RGB (Red+Green+Blue) = 202+110+4=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6E04 is #3591FB. Grayscale: #7D7D7D. Windows color (decimal): -3510780 or 290506. OLE color: 290506.

HSL color Cylindrical-coordinate representation of color #CA6E04: hue angle of 32.12º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA6E04 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB2021104-
CMYK00.460.980.21
HSL32.12º96.12%40.39%-
HSV(B)32.12º98.02%79.22%-
XYZ29.9523.723.11-
YUV125.4259.48182.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.92%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 4 (1.95% from 255) = 1.27%
R=63.92%
G=34.81%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202110400.460.980.2132.1296.1240.39
HexCA6E402E6215206028
Octal3121564056142254014050
Binary11001010110111010001011101100010101011000001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6E04; }

 p { color: rgb(202,110,4); }

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

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

 a { background-color: rgb(202,110,4); }

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

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

 span { border-color: rgb(202,110,4); }

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