#CA6B09

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

Shades of Tenne (Tawny) #CA6B09

Tints of Tenne (Tawny) #CA6B09

Color information

#CA6B09 (or 0xCA6B09) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 6B and 09. RGB value is (202,107,9). Sum of RGB (Red+Green+Blue) = 202+107+9=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6B09 is #3594F6. Grayscale: #7C7C7C. Windows color (decimal): -3511543 or 617418. OLE color: 617418.

HSL color Cylindrical-coordinate representation of color #CA6B09: hue angle of 30.47º 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 #CA6B09 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB2021079-
CMYK00.470.960.21
HSL30.47º91.47%41.37%-
HSV(B)30.47º95.54%79.22%-
XYZ29.6623.093.15-
YUV124.2362.97183.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.52%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 9 (3.91% from 255) = 2.83%
R=63.52%
G=33.65%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202107900.470.960.2130.4791.4741.37
HexCA6B902F60151e5b29
Octal31215311057140253613351
Binary11001010110101110010101111110000010101111101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B09; }

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

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

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

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

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

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

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

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