#706945

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

Shades of Crocodile #706945

Tints of Crocodile #706945

Color information

#706945 (or 0x706945) is unknown color: approx Crocodile. HEX triplet: 70, 69 and 45. RGB value is (112,105,69). Sum of RGB (Red+Green+Blue) = 112+105+69=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #706945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706945 is #8F96BA. Grayscale: #676767. Windows color (decimal): -9410235 or 4548976. OLE color: 4548976.

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

Color convert

RGB11210569-
CMYK00.060.380.56
HSL50.23º23.76%35.49%-
HSV(B)50.23º38.39%43.92%-
XYZ12.8113.987.65-
YUV102.99108.82134.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 105 (41.41% from 255) = 36.71%
BLUE value IS 69 (27.34% from 255) = 24.13%
R=39.16%
G=36.71%
B=24.13%

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
Decimal1121056900.060.380.5650.2323.7635.49
Hex706945062638321823
Octal160151105064670623043
Binary111000011010011000101011010011011100011001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706945; }

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

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

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

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

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

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

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

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