#696552

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

Shades of Crocodile #696552

Tints of Crocodile #696552

Color information

#696552 (or 0x696552) is unknown color: approx Crocodile. HEX triplet: 69, 65 and 52. RGB value is (105,101,82). Sum of RGB (Red+Green+Blue) = 105+101+82=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 105 - color contains mainly: red. Hex color #696552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696552 is #969AAD. Grayscale: #646464. Windows color (decimal): -9869998 or 5399913. OLE color: 5399913.

HSL color Cylindrical-coordinate representation of color #696552: hue angle of 49.57º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #696552 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB10510182-
CMYK00.040.220.59
HSL49.57º12.3%36.67%-
HSV(B)49.57º21.9%41.18%-
XYZ1212.929.84-
YUV100.03117.83131.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 82 (32.42% from 255) = 28.47%
R=36.46%
G=35.07%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051018200.040.220.5949.5712.336.67
Hex69655204163B32c25
Octal151145122042673621445
Binary1101001110010110100100100101101110111100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696552; }

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

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

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

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

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

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

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

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