#696350

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

Shades of Crocodile #696350

Tints of Crocodile #696350

Color information

#696350 (or 0x696350) is unknown color: approx Crocodile. HEX triplet: 69, 63 and 50. RGB value is (105,99,80). Sum of RGB (Red+Green+Blue) = 105+99+80=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #696350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696350 is #969CAF. Grayscale: #626262. Windows color (decimal): -9870512 or 5268329. OLE color: 5268329.

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

Color convert

RGB1059980-
CMYK00.060.240.59
HSL45.6º13.51%36.27%-
HSV(B)45.6º23.81%41.18%-
XYZ11.7412.519.38-
YUV98.63117.49132.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=36.97%
G=34.86%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105998000.060.240.5945.613.5136.27
Hex69635006183B2ee24
Octal151143120063073561644
Binary1101001110001110100000110110001110111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696350; }

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

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

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

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

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

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

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

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