#CA6700

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

Shades of Tenne (Tawny) #CA6700

Tints of Tenne (Tawny) #CA6700

Color information

#CA6700 (or 0xCA6700) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 67 and 00. RGB value is (202,103,0). Sum of RGB (Red+Green+Blue) = 202+103+0=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6700 is #3598FF. Grayscale: #797979. Windows color (decimal): -3512576 or 26570. OLE color: 26570.

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

Color convert

RGB2021030-
CMYK00.4910.21
HSL30.59º100%39.61%-
HSV(B)30.59º100%79.22%-
XYZ29.2122.262.76-
YUV120.8659.8185.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.23%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.23%
G=33.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202103000.4910.2130.5910039.61
HexCA67003164151f6428
Octal3121470061144253714450
Binary11001010110011100110001110010010101111111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6700; }

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

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

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

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

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

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

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

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