#706746

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

Shades of Crocodile #706746

Tints of Crocodile #706746

Color information

#706746 (or 0x706746) is unknown color: approx Crocodile. HEX triplet: 70, 67 and 46. RGB value is (112,103,70). Sum of RGB (Red+Green+Blue) = 112+103+70=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #706746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706746 is #8F98B9. Grayscale: #666666. Windows color (decimal): -9410746 or 4614000. OLE color: 4614000.

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

Color convert

RGB11210370-
CMYK00.080.380.56
HSL47.14º23.08%35.69%-
HSV(B)47.14º37.5%43.92%-
XYZ12.6413.597.75-
YUV101.93109.98135.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 70 (27.73% from 255) = 24.56%
R=39.30%
G=36.14%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121037000.080.380.5647.1423.0835.69
Hex7067460826382f1724
Octal1601471060104670572744
Binary1110000110011110001100100010011011100010111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706746; }

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

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

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

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

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

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

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

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