Html Css Color HEX #675A59 Zambezi

📋 copy color: '#675A59'

red 103 ◦ green 90 ◦ blue 89

#675A59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zambezi #675A59

Tints of Zambezi #675A59

RGB

 RED value IS 103 (40.63% from 255) = 36.52%

 GREEN value IS 90 (35.55% from 255) = 31.91%

 BLUE value IS 89 (35.16% from 255) = 31.56%

R = 36.52%
G = 31.91%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#675A59 (or 0x675A59) is known color: Zambezi. HEX triplet: 67, 5A and 59. RGB value is (103,90,89). Sum of RGB (Red+Green+Blue) = 103+90+89=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 103 - color contains mainly: red. Hex color #675A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A59 is #98A5A6. Grayscale: #5D5D5D. Windows color (decimal): -10003879 or 5855847. OLE color: 5855847.

HSL color Cylindrical-coordinate representation of color #675A59: hue angle of 4.29º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #675A59 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 90 89 -
CMYK 0 0.13 0.14 0.60
HSL 4.29º 0.07% 0.38% -
HSV(B) 4.29º 0.14% 0.4% -
XYZ 11.05 10.92 10.98 -
YUV 93.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 103 90 89 0 0.13 0.14 0.60 4.29 0.07 0.38
Hex 67 5A 59 0 D E 3C 4 7 26
Octal 147 132 131 0 15 16 74 4 7 46
Binary 1100111 1011010 1011001 0 1101 1110 111100 100 111 100110

Color Harmonies of #675A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675A59

Black with #675A59

Text Example


Text Example

White with #675A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675A59; }

 p { color: rgb(103,90,89); }

 H1.HeaderClassName
 {
   color: #675A59;
 }
 .AnyTagClassName
 {
   color: #675A59;
 }
</style>

background-color css

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

 a { background-color: rgb(103,90,89); }

 div.DivClassName
 {
   background-color: #675A59;
 }
 .BgClassName
 {
   background-color: #675A59;
 }
</style>

border-color css

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

 span { border-color: rgb(103,90,89); }

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