#706953

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

Shades of Crocodile #706953

Tints of Crocodile #706953

Color information

#706953 (or 0x706953) is unknown color: approx Crocodile. HEX triplet: 70, 69 and 53. RGB value is (112,105,83). Sum of RGB (Red+Green+Blue) = 112+105+83=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #706953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706953 is #8F96AC. Grayscale: #686868. Windows color (decimal): -9410221 or 5466480. OLE color: 5466480.

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

Color convert

RGB11210583-
CMYK00.060.260.56
HSL45.52º14.87%38.24%-
HSV(B)45.52º25.89%43.92%-
XYZ13.314.1710.22-
YUV104.58115.82133.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 105 (41.41% from 255) = 35%
BLUE value IS 83 (32.81% from 255) = 27.67%
R=37.33%
G=35%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121058300.060.260.5645.5214.8738.24
Hex706953061A382ef26
Octal160151123063270561746
Binary1110000110100110100110110110101110001011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706953; }

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

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

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

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

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

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

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

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