#CA6400

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

Shades of Tenne (Tawny) #CA6400

Tints of Tenne (Tawny) #CA6400

Color information

#CA6400 (or 0xCA6400) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 64 and 00. RGB value is (202,100,0). Sum of RGB (Red+Green+Blue) = 202+100+0=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6400 is #359BFF. Grayscale: #777777. Windows color (decimal): -3513344 or 25802. OLE color: 25802.

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

Color convert

RGB2021000-
CMYK00.5010.21
HSL29.7º100%39.61%-
HSV(B)29.7º100%79.22%-
XYZ28.9121.672.66-
YUV119.160.79187.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.89%
GREEN value IS 100 (39.45% from 255) = 33.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.89%
G=33.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202100000.5010.2129.710039.61
HexCA64003264151e6428
Octal3121440062144253614450
Binary11001010110010000110010110010010101111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6400; }

 p { color: rgb(202,100,0); }

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

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

 a { background-color: rgb(202,100,0); }

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

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

 span { border-color: rgb(202,100,0); }

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