#69605F

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

Shades of Zambezi #69605F

Tints of Zambezi #69605F

Color information

#69605F (or 0x69605F) is unknown color: approx Zambezi. HEX triplet: 69, 60 and 5F. RGB value is (105,96,95). Sum of RGB (Red+Green+Blue) = 105+96+95=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 105 - color contains mainly: red. Hex color #69605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69605F is #969FA0. Grayscale: #626262. Windows color (decimal): -9871265 or 6250601. OLE color: 6250601.

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

Color convert

RGB1059695-
CMYK00.090.100.59
HSL5%39.22%-
HSV(B)9.52%41.18%-
XYZ12.0712.212.54-
YUV98.58125.98132.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.47%
GREEN value IS 96 (37.89% from 255) = 32.43%
BLUE value IS 95 (37.5% from 255) = 32.09%
R=35.47%
G=32.43%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105969500.090.100.596539.22
Hex69605F09A3B6527
Octal15114013701112736547
Binary110100111000001011111010011010111011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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