#716945

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

Shades of Crocodile #716945

Tints of Crocodile #716945

Color information

#716945 (or 0x716945) is unknown color: approx Crocodile. HEX triplet: 71, 69 and 45. RGB value is (113,105,69). Sum of RGB (Red+Green+Blue) = 113+105+69=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #716945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716945 is #8E96BA. Grayscale: #676767. Windows color (decimal): -9344699 or 4548977. OLE color: 4548977.

HSL color Cylindrical-coordinate representation of color #716945: hue angle of 49.09º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #716945 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB11310569-
CMYK00.070.390.56
HSL49.09º24.18%35.69%-
HSV(B)49.09º38.94%44.31%-
XYZ12.9414.047.66-
YUV103.29108.65134.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 69 (27.34% from 255) = 24.04%
R=39.37%
G=36.59%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131056900.070.390.5649.0924.1835.69
Hex716945072738311824
Octal161151105074770613044
Binary111000111010011000101011110011111100011000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716945; }

 p { color: rgb(113,105,69); }

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

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

 a { background-color: rgb(113,105,69); }

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

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

 span { border-color: rgb(113,105,69); }

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