#706845

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

Shades of Crocodile #706845

Tints of Crocodile #706845

Color information

#706845 (or 0x706845) is unknown color: approx Crocodile. HEX triplet: 70, 68 and 45. RGB value is (112,104,69). Sum of RGB (Red+Green+Blue) = 112+104+69=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #706845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706845 is #8F97BA. Grayscale: #666666. Windows color (decimal): -9410491 or 4548720. OLE color: 4548720.

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

Color convert

RGB11210469-
CMYK00.070.380.56
HSL48.84º23.76%35.49%-
HSV(B)48.84º38.39%43.92%-
XYZ12.7113.787.62-
YUV102.4109.15134.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=39.30%
G=36.49%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121046900.070.380.5648.8423.7635.49
Hex706845072638311823
Octal160150105074670613043
Binary111000011010001000101011110011011100011000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706845; }

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

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

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

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

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

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

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

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