#696450

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

Shades of Crocodile #696450

Tints of Crocodile #696450

Color information

#696450 (or 0x696450) is unknown color: approx Crocodile. HEX triplet: 69, 64 and 50. RGB value is (105,100,80). Sum of RGB (Red+Green+Blue) = 105+100+80=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #696450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696450 is #969BAF. Grayscale: #636363. Windows color (decimal): -9870256 or 5268585. OLE color: 5268585.

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

Color convert

RGB10510080-
CMYK00.050.240.59
HSL48º13.51%36.27%-
HSV(B)48º23.81%41.18%-
XYZ11.8312.79.42-
YUV99.22117.16132.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 80 (31.64% from 255) = 28.07%
R=36.84%
G=35.09%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051008000.050.240.594813.5136.27
Hex69645005183B30e24
Octal151144120053073601644
Binary1101001110010010100000101110001110111100001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696450; }

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

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

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

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

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

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

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

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