#706944

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

Shades of Crocodile #706944

Tints of Crocodile #706944

Color information

#706944 (or 0x706944) is unknown color: approx Crocodile. HEX triplet: 70, 69 and 44. RGB value is (112,105,68). Sum of RGB (Red+Green+Blue) = 112+105+68=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #706944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706944 is #8F96BB. Grayscale: #676767. Windows color (decimal): -9410236 or 4483440. OLE color: 4483440.

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

Color convert

RGB11210568-
CMYK00.060.390.56
HSL50.45º24.44%35.29%-
HSV(B)50.45º39.29%43.92%-
XYZ12.7813.977.49-
YUV102.87108.32134.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 68 (26.95% from 255) = 23.86%
R=39.30%
G=36.84%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121056800.060.390.5650.4524.4435.29
Hex706944062738321823
Octal160151104064770623043
Binary111000011010011000100011010011111100011001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706944; }

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

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

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

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

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

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

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

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