#CA6709

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

Shades of Tenne (Tawny) #CA6709

Tints of Tenne (Tawny) #CA6709

Color information

#CA6709 (or 0xCA6709) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 67 and 09. RGB value is (202,103,9). Sum of RGB (Red+Green+Blue) = 202+103+9=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6709 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6709 is #3598F6. Grayscale: #7A7A7A. Windows color (decimal): -3512567 or 616394. OLE color: 616394.

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

Color convert

RGB2021039-
CMYK00.490.960.21
HSL29.22º91.47%41.37%-
HSV(B)29.22º95.54%79.22%-
XYZ29.2622.283.02-
YUV121.8864.3185.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.33%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 9 (3.91% from 255) = 2.87%
R=64.33%
G=32.80%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202103900.490.960.2129.2291.4741.37
HexCA67903160151d5b29
Octal31214711061140253513351
Binary11001010110011110010110001110000010101111011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6709; }

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

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

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

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

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

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

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

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