Html Css Color HEX #675A57 Zambezi

📋 copy color: '#675A57'

red 103 ◦ green 90 ◦ blue 87

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

Shades of Zambezi #675A57

Tints of Zambezi #675A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.07%

R = 36.79%
G = 32.14%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#675A57 (or 0x675A57) is known color: Zambezi. HEX triplet: 67, 5A and 57. RGB value is (103,90,87). Sum of RGB (Red+Green+Blue) = 103+90+87=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 103 - color contains mainly: red. Hex color #675A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A57 is #98A5A8. Grayscale: #5D5D5D. Windows color (decimal): -10003881 or 5724775. OLE color: 5724775.

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

Color convert

RGB 103 90 87 -
CMYK 0 0.13 0.16 0.60
HSL 11.25º 0.08% 0.37% -
HSV(B) 11.25º 0.16% 0.4% -
XYZ 10.97 10.88 10.54 -
YUV 93.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 103 90 87 0 0.13 0.16 0.60 11.25 0.08 0.37
Hex 67 5A 57 0 D 10 3C B 8 25
Octal 147 132 127 0 15 20 74 13 10 45
Binary 1100111 1011010 1010111 0 1101 10000 111100 1011 1000 100101

Color Harmonies of #675A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675A57

Black with #675A57

Text Example


Text Example

White with #675A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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