#706A45

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

Shades of Crocodile #706A45

Tints of Crocodile #706A45

Color information

#706A45 (or 0x706A45) is unknown color: approx Crocodile. HEX triplet: 70, 6A and 45. RGB value is (112,106,69). Sum of RGB (Red+Green+Blue) = 112+106+69=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #706A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A45 is #8F95BA. Grayscale: #676767. Windows color (decimal): -9409979 or 4549232. OLE color: 4549232.

HSL color Cylindrical-coordinate representation of color #706A45: hue angle of 51.63º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706A45 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB11210669-
CMYK00.050.380.56
HSL51.63º23.76%35.49%-
HSV(B)51.63º38.39%43.92%-
XYZ12.9114.187.69-
YUV103.58108.49134.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 69 (27.34% from 255) = 24.04%
R=39.02%
G=36.93%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121066900.050.380.5651.6323.7635.49
Hex706A45052638341823
Octal160152105054670643043
Binary111000011010101000101010110011011100011010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706A45; }

 p { color: rgb(112,106,69); }

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

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

 a { background-color: rgb(112,106,69); }

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

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

 span { border-color: rgb(112,106,69); }

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