#C56602

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

Shades of Tenne (Tawny) #C56602

Tints of Tenne (Tawny) #C56602

Color information

#C56602 (or 0xC56602) is unknown color: approx Tenne (Tawny). HEX triplet: C5, 66 and 02. RGB value is (197,102,2). Sum of RGB (Red+Green+Blue) = 197+102+2=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C56602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56602 is #3A99FD. Grayscale: #777777. Windows color (decimal): -3840510 or 157381. OLE color: 157381.

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

Color convert

RGB1971022-
CMYK00.480.990.23
HSL30.77º97.99%39.02%-
HSV(B)30.77º98.98%77.25%-
XYZ27.7921.382.72-
YUV11961.97183.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 65.45%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=65.45%
G=33.89%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197102200.480.990.2330.7797.9939.02
HexC566203063171f6227
Octal3051462060143273714247
Binary110001011100110100110000110001110111111111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56602; }

 p { color: rgb(197,102,2); }

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

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

 a { background-color: rgb(197,102,2); }

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

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

 span { border-color: rgb(197,102,2); }

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