#706954

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

Shades of Crocodile #706954

Tints of Crocodile #706954

Color information

#706954 (or 0x706954) is unknown color: approx Crocodile. HEX triplet: 70, 69 and 54. RGB value is (112,105,84). Sum of RGB (Red+Green+Blue) = 112+105+84=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #706954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706954 is #8F96AB. Grayscale: #686868. Windows color (decimal): -9410220 or 5532016. OLE color: 5532016.

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

Color convert

RGB11210584-
CMYK00.060.250.56
HSL45º14.29%38.43%-
HSV(B)45º25%43.92%-
XYZ13.3314.1910.42-
YUV104.7116.32133.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=37.21%
G=34.88%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121058400.060.250.564514.2938.43
Hex7069540619382de26
Octal160151124063170551646
Binary1110000110100110101000110110011110001011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706954; }

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

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

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

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

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

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

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

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