#696652

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

Shades of Crocodile #696652

Tints of Crocodile #696652

Color information

#696652 (or 0x696652) is unknown color: approx Crocodile. HEX triplet: 69, 66 and 52. RGB value is (105,102,82). Sum of RGB (Red+Green+Blue) = 105+102+82=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 105 - color contains mainly: red. Hex color #696652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696652 is #9699AD. Grayscale: #646464. Windows color (decimal): -9869742 or 5400169. OLE color: 5400169.

HSL color Cylindrical-coordinate representation of color #696652: hue angle of 52.17º 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 #696652 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB10510282-
CMYK00.030.220.59
HSL52.17º12.3%36.67%-
HSV(B)52.17º21.9%41.18%-
XYZ12.113.129.88-
YUV100.62117.49131.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.33%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=36.33%
G=35.29%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051028200.030.220.5952.1712.336.67
Hex69665203163B34c25
Octal151146122032673641445
Binary110100111001101010010011101101110111101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696652; }

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

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

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

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

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

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

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

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