#686553

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

Shades of Crocodile #686553

Tints of Crocodile #686553

Color information

#686553 (or 0x686553) is unknown color: approx Crocodile. HEX triplet: 68, 65 and 53. RGB value is (104,101,83). Sum of RGB (Red+Green+Blue) = 104+101+83=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #686553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686553 is #979AAC. Grayscale: #636363. Windows color (decimal): -9935533 or 5465448. OLE color: 5465448.

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

Color convert

RGB10410183-
CMYK00.030.200.59
HSL51.43º11.23%36.67%-
HSV(B)51.43º20.19%40.78%-
XYZ11.9212.8710.04-
YUV99.84118.49130.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 83 (32.81% from 255) = 28.82%
R=36.11%
G=35.07%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041018300.030.200.5951.4311.2336.67
Hex68655303143B33b25
Octal150145123032473631345
Binary110100011001011010011011101001110111100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686553; }

 p { color: rgb(104,101,83); }

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

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

 a { background-color: rgb(104,101,83); }

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

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

 span { border-color: rgb(104,101,83); }

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