Html Css Color HEX #675755 Zambezi

📋 copy color: '#675755'

red 103 ◦ green 87 ◦ blue 85

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

Shades of Zambezi #675755

Tints of Zambezi #675755

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.64%

 BLUE value IS 85 (33.59% from 255) = 30.91%

R = 37.45%
G = 31.64%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#675755 (or 0x675755) is known color: Zambezi. HEX triplet: 67, 57 and 55. RGB value is (103,87,85). Sum of RGB (Red+Green+Blue) = 103+87+85=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 103 - color contains mainly: red. Hex color #675755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675755 is #98A8AA. Grayscale: #5B5B5B. Windows color (decimal): -10004651 or 5592935. OLE color: 5592935.

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

Color convert

RGB 103 87 85 -
CMYK 0 0.16 0.17 0.60
HSL 6.67º 0.1% 0.37% -
HSV(B) 6.67º 0.17% 0.4% -
XYZ 10.64 10.36 10.03 -
YUV 91.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 103 87 85 0 0.16 0.17 0.60 6.67 0.1 0.37
Hex 67 57 55 0 10 11 3C 7 A 25
Octal 147 127 125 0 20 21 74 7 12 45
Binary 1100111 1010111 1010101 0 10000 10001 111100 111 1010 100101

Color Harmonies of #675755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675755

Black with #675755

Text Example


Text Example

White with #675755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675755; }

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

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

background-color css

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

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

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

border-color css

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

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

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