#C65A02

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

Shades of Tenne (Tawny) #C65A02

Tints of Tenne (Tawny) #C65A02

Color information

#C65A02 (or 0xC65A02) is unknown color: approx Tenne (Tawny). HEX triplet: C6, 5A and 02. RGB value is (198,90,2). Sum of RGB (Red+Green+Blue) = 198+90+2=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65A02 is #39A5FD. Grayscale: #707070. Windows color (decimal): -3778046 or 154310. OLE color: 154310.

HSL color Cylindrical-coordinate representation of color #C65A02: hue angle of 26.94º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C65A02 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB198902-
CMYK00.550.990.22
HSL26.94º98%39.22%-
HSV(B)26.94º98.99%77.65%-
XYZ26.9619.322.37-
YUV112.2665.78189.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.28%
GREEN value IS 90 (35.55% from 255) = 31.03%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=68.28%
G=31.03%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19890200.550.990.2226.949839.22
HexC65A203763161b6227
Octal3061322067143263314247
Binary110001101011010100110111110001110110110111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65A02; }

 p { color: rgb(198,90,2); }

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

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

 a { background-color: rgb(198,90,2); }

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

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

 span { border-color: rgb(198,90,2); }

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