#696352

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

Shades of Crocodile #696352

Tints of Crocodile #696352

Color information

#696352 (or 0x696352) is unknown color: approx Crocodile. HEX triplet: 69, 63 and 52. RGB value is (105,99,82). Sum of RGB (Red+Green+Blue) = 105+99+82=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #696352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696352 is #969CAD. Grayscale: #626262. Windows color (decimal): -9870510 or 5399401. OLE color: 5399401.

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

Color convert

RGB1059982-
CMYK00.060.220.59
HSL44.35º12.3%36.67%-
HSV(B)44.35º21.9%41.18%-
XYZ11.8112.549.78-
YUV98.86118.49132.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 99 (39.06% from 255) = 34.62%
BLUE value IS 82 (32.42% from 255) = 28.67%
R=36.71%
G=34.62%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105998200.060.220.5944.3512.336.67
Hex69635206163B2cc25
Octal151143122062673541445
Binary1101001110001110100100110101101110111011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696352; }

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

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

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

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

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

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

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

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