#686350

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

Shades of Crocodile #686350

Tints of Crocodile #686350

Color information

#686350 (or 0x686350) is unknown color: approx Crocodile. HEX triplet: 68, 63 and 50. RGB value is (104,99,80). Sum of RGB (Red+Green+Blue) = 104+99+80=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #686350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686350 is #979CAF. Grayscale: #626262. Windows color (decimal): -9936048 or 5268328. OLE color: 5268328.

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

Color convert

RGB1049980-
CMYK00.050.230.59
HSL47.5º13.04%36.08%-
HSV(B)47.5º23.08%40.78%-
XYZ11.6212.459.38-
YUV98.33117.66132.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 99 (39.06% from 255) = 34.98%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=36.75%
G=34.98%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104998000.050.230.5947.513.0436.08
Hex68635005173B30d24
Octal150143120052773601544
Binary1101000110001110100000101101111110111100001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686350; }

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

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

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

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

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

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

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

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