Html Css Color HEX #675555 Zambezi

📋 copy color: '#675555'

red 103 ◦ green 85 ◦ blue 85

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

Shades of Zambezi #675555

Tints of Zambezi #675555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.14%

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

R = 37.73%
G = 31.14%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#675555 (or 0x675555) is known color: Zambezi. HEX triplet: 67, 55 and 55. RGB value is (103,85,85). Sum of RGB (Red+Green+Blue) = 103+85+85=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 103 - color contains mainly: red. Hex color #675555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675555 is #98AAAA. Grayscale: #5A5A5A. Windows color (decimal): -10005163 or 5592423. OLE color: 5592423.

HSL color Cylindrical-coordinate representation of color #675555: hue angle of 0º 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 #675555 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 85 85 -
CMYK 0 0.17 0.17 0.60
HSL 0.1% 0.37% -
HSV(B) 0.17% 0.4% -
XYZ 10.48 10.04 9.98 -
YUV 90.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 103 85 85 0 0.17 0.17 0.60 0 0.1 0.37
Hex 67 55 55 0 11 11 3C 0 A 25
Octal 147 125 125 0 21 21 74 0 12 45
Binary 1100111 1010101 1010101 0 10001 10001 111100 0 1010 100101

Color Harmonies of #675555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675555

Black with #675555

Text Example


Text Example

White with #675555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675555; }

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

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

background-color css

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

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

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

border-color css

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

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

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