#686351

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

Shades of Crocodile #686351

Tints of Crocodile #686351

Color information

#686351 (or 0x686351) is unknown color: approx Crocodile. HEX triplet: 68, 63 and 51. RGB value is (104,99,81). Sum of RGB (Red+Green+Blue) = 104+99+81=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #686351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686351 is #979CAE. Grayscale: #626262. Windows color (decimal): -9936047 or 5333864. OLE color: 5333864.

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

Color convert

RGB1049981-
CMYK00.050.220.59
HSL46.96º12.43%36.27%-
HSV(B)46.96º22.12%40.78%-
XYZ11.6612.469.58-
YUV98.44118.16131.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 81 (32.03% from 255) = 28.52%
R=36.62%
G=34.86%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104998100.050.220.5946.9612.4336.27
Hex68635105163B2fc24
Octal150143121052673571444
Binary1101000110001110100010101101101110111011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686351; }

 p { color: rgb(104,99,81); }

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

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

 a { background-color: rgb(104,99,81); }

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

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

 span { border-color: rgb(104,99,81); }

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