#696351

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

Shades of Crocodile #696351

Tints of Crocodile #696351

Color information

#696351 (or 0x696351) is unknown color: approx Crocodile. HEX triplet: 69, 63 and 51. RGB value is (105,99,81). Sum of RGB (Red+Green+Blue) = 105+99+81=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #696351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696351 is #969CAE. Grayscale: #626262. Windows color (decimal): -9870511 or 5333865. OLE color: 5333865.

HSL color Cylindrical-coordinate representation of color #696351: hue angle of 45º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #696351 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB1059981-
CMYK00.060.230.59
HSL45º12.9%36.47%-
HSV(B)45º22.86%41.18%-
XYZ11.7712.529.58-
YUV98.74117.99132.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 81 (32.03% from 255) = 28.42%
R=36.84%
G=34.74%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105998100.060.230.594512.936.47
Hex69635106173B2dd24
Octal151143121062773551544
Binary1101001110001110100010110101111110111011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696351; }

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

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

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

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

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

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

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

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