#706952

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

Shades of Crocodile #706952

Tints of Crocodile #706952

Color information

#706952 (or 0x706952) is unknown color: approx Crocodile. HEX triplet: 70, 69 and 52. RGB value is (112,105,82). Sum of RGB (Red+Green+Blue) = 112+105+82=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #706952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706952 is #8F96AD. Grayscale: #686868. Windows color (decimal): -9410222 or 5400944. OLE color: 5400944.

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

Color convert

RGB11210582-
CMYK00.060.270.56
HSL46º15.46%38.04%-
HSV(B)46º26.79%43.92%-
XYZ13.2614.1610.02-
YUV104.47115.32133.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 105 (41.41% from 255) = 35.12%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=37.46%
G=35.12%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121058200.060.270.564615.4638.04
Hex706952061B382ef26
Octal160151122063370561746
Binary1110000110100110100100110110111110001011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706952; }

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

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

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

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

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

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

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

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