#696653

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

Shades of Crocodile #696653

Tints of Crocodile #696653

Color information

#696653 (or 0x696653) is unknown color: approx Crocodile. HEX triplet: 69, 66 and 53. RGB value is (105,102,83). Sum of RGB (Red+Green+Blue) = 105+102+83=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 105 - color contains mainly: red. Hex color #696653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696653 is #9699AC. Grayscale: #646464. Windows color (decimal): -9869741 or 5465705. OLE color: 5465705.

HSL color Cylindrical-coordinate representation of color #696653: hue angle of 51.82º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #696653 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB10510283-
CMYK00.030.210.59
HSL51.82º11.7%36.86%-
HSV(B)51.82º20.95%41.18%-
XYZ12.1413.1310.08-
YUV100.73117.99131.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 102 (40.23% from 255) = 35.17%
BLUE value IS 83 (32.81% from 255) = 28.62%
R=36.21%
G=35.17%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051028300.030.210.5951.8211.736.86
Hex69665303153B34c25
Octal151146123032573641445
Binary110100111001101010011011101011110111101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696653; }

 p { color: rgb(105,102,83); }

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

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

 a { background-color: rgb(105,102,83); }

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

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

 span { border-color: rgb(105,102,83); }

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