#696554

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

Shades of Crocodile #696554

Tints of Crocodile #696554

Color information

#696554 (or 0x696554) is unknown color: approx Crocodile. HEX triplet: 69, 65 and 54. RGB value is (105,101,84). Sum of RGB (Red+Green+Blue) = 105+101+84=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 105 - color contains mainly: red. Hex color #696554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696554 is #969AAB. Grayscale: #646464. Windows color (decimal): -9869996 or 5530985. OLE color: 5530985.

HSL color Cylindrical-coordinate representation of color #696554: hue angle of 48.57º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #696554 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB10510184-
CMYK00.040.200.59
HSL48.57º11.11%37.06%-
HSV(B)48.57º20%41.18%-
XYZ12.0812.9510.25-
YUV100.26118.83131.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 84 (33.20% from 255) = 28.97%
R=36.21%
G=34.83%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051018400.040.200.5948.5711.1137.06
Hex69655404143B31b25
Octal151145124042473611345
Binary1101001110010110101000100101001110111100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696554; }

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

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

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

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

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

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

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

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