#706946

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

Shades of Crocodile #706946

Tints of Crocodile #706946

Color information

#706946 (or 0x706946) is unknown color: approx Crocodile. HEX triplet: 70, 69 and 46. RGB value is (112,105,70). Sum of RGB (Red+Green+Blue) = 112+105+70=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #706946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706946 is #8F96B9. Grayscale: #676767. Windows color (decimal): -9410234 or 4614512. OLE color: 4614512.

HSL color Cylindrical-coordinate representation of color #706946: hue angle of 50º 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 #706946 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB11210570-
CMYK00.060.380.56
HSL50º23.08%35.69%-
HSV(B)50º37.5%43.92%-
XYZ12.8413.997.82-
YUV103.1109.32134.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 70 (27.73% from 255) = 24.39%
R=39.02%
G=36.59%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121057000.060.380.565023.0835.69
Hex706946062638321724
Octal160151106064670622744
Binary111000011010011000110011010011011100011001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706946; }

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

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

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

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

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

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

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

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