#CA6A09

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

Shades of Tenne (Tawny) #CA6A09

Tints of Tenne (Tawny) #CA6A09

Color information

#CA6A09 (or 0xCA6A09) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 6A and 09. RGB value is (202,106,9). Sum of RGB (Red+Green+Blue) = 202+106+9=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6A09 is #3595F6. Grayscale: #7C7C7C. Windows color (decimal): -3511799 or 617162. OLE color: 617162.

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

Color convert

RGB2021069-
CMYK00.480.960.21
HSL30.16º91.47%41.37%-
HSV(B)30.16º95.54%79.22%-
XYZ29.5622.883.12-
YUV123.6563.3183.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.72%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 9 (3.91% from 255) = 2.84%
R=63.72%
G=33.44%
B=2.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202106900.480.960.2130.1691.4741.37
HexCA6A903060151e5b29
Octal31215211060140253613351
Binary11001010110101010010110000110000010101111101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6A09; }

 p { color: rgb(202,106,9); }

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

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

 a { background-color: rgb(202,106,9); }

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

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

 span { border-color: rgb(202,106,9); }

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