#716946

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

Shades of Crocodile #716946

Tints of Crocodile #716946

Color information

#716946 (or 0x716946) is unknown color: approx Crocodile. HEX triplet: 71, 69 and 46. RGB value is (113,105,70). Sum of RGB (Red+Green+Blue) = 113+105+70=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #716946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716946 is #8E96B9. Grayscale: #676767. Windows color (decimal): -9344698 or 4614513. OLE color: 4614513.

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

Color convert

RGB11310570-
CMYK00.070.380.56
HSL48.84º23.5%35.88%-
HSV(B)48.84º38.05%44.31%-
XYZ12.9714.067.82-
YUV103.4109.15134.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.24%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 70 (27.73% from 255) = 24.31%
R=39.24%
G=36.46%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131057000.070.380.5648.8423.535.88
Hex716946072638311724
Octal161151106074670612744
Binary111000111010011000110011110011011100011000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716946; }

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

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

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

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

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

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

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

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