#706A58

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

Shades of Crocodile #706A58

Tints of Crocodile #706A58

Color information

#706A58 (or 0x706A58) is unknown color: approx Crocodile. HEX triplet: 70, 6A and 58. RGB value is (112,106,88). Sum of RGB (Red+Green+Blue) = 112+106+88=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 112 - color contains mainly: red. Hex color #706A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A58 is #8F95A7. Grayscale: #696969. Windows color (decimal): -9409960 or 5794416. OLE color: 5794416.

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

Color convert

RGB11210688-
CMYK00.050.210.56
HSL45º12%39.22%-
HSV(B)45º21.43%43.92%-
XYZ13.614.4611.31-
YUV105.74117.99132.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.60%
GREEN value IS 106 (41.80% from 255) = 34.64%
BLUE value IS 88 (34.77% from 255) = 28.76%
R=36.60%
G=34.64%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121068800.050.210.56451239.22
Hex706A580515382dc27
Octal160152130052570551447
Binary1110000110101010110000101101011110001011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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