#696550

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

Shades of Crocodile #696550

Tints of Crocodile #696550

Color information

#696550 (or 0x696550) is unknown color: approx Crocodile. HEX triplet: 69, 65 and 50. RGB value is (105,101,80). Sum of RGB (Red+Green+Blue) = 105+101+80=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #696550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696550 is #969AAF. Grayscale: #636363. Windows color (decimal): -9870000 or 5268841. OLE color: 5268841.

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

Color convert

RGB10510180-
CMYK00.040.240.59
HSL50.4º13.51%36.27%-
HSV(B)50.4º23.81%41.18%-
XYZ11.9312.899.45-
YUV99.8116.83131.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 80 (31.64% from 255) = 27.97%
R=36.71%
G=35.31%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051018000.040.240.5950.413.5136.27
Hex69655004183B32e24
Octal151145120043073621644
Binary1101001110010110100000100110001110111100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696550; }

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

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

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

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

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

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

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

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