#68605F

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

Shades of Zambezi #68605F

Tints of Zambezi #68605F

Color information

#68605F (or 0x68605F) is unknown color: approx Zambezi. HEX triplet: 68, 60 and 5F. RGB value is (104,96,95). Sum of RGB (Red+Green+Blue) = 104+96+95=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 104 - color contains mainly: red. Hex color #68605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68605F is #979FA0. Grayscale: #626262. Windows color (decimal): -9936801 or 6250600. OLE color: 6250600.

HSL color Cylindrical-coordinate representation of color #68605F: hue angle of 6.67º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #68605F is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1049695-
CMYK00.080.090.59
HSL6.67º4.52%39.02%-
HSV(B)6.67º8.65%40.78%-
XYZ11.9612.1412.54-
YUV98.28126.15132.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=35.25%
G=32.54%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104969500.080.090.596.674.5239.02
Hex68605F0893B7527
Octal15014013701011737547
Binary110100011000001011111010001001111011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68605F; }

 p { color: rgb(104,96,95); }

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

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

 a { background-color: rgb(104,96,95); }

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

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

 span { border-color: rgb(104,96,95); }

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