Html Css Color HEX #675F5E Zambezi

📋 copy color: '#675F5E'

red 103 ◦ green 95 ◦ blue 94

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

Shades of Zambezi #675F5E

Tints of Zambezi #675F5E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.53%

 BLUE value IS 94 (37.11% from 255) = 32.19%

R = 35.27%
G = 32.53%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#675F5E (or 0x675F5E) is known color: Zambezi. HEX triplet: 67, 5F and 5E. RGB value is (103,95,94). Sum of RGB (Red+Green+Blue) = 103+95+94=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 103 - color contains mainly: red. Hex color #675F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F5E is #98A0A1. Grayscale: #616161. Windows color (decimal): -10002594 or 6184807. OLE color: 6184807.

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

Color convert

RGB 103 95 94 -
CMYK 0 0.08 0.09 0.60
HSL 6.67º 0.05% 0.39% -
HSV(B) 6.67º 0.09% 0.4% -
XYZ 11.71 11.88 12.27 -
YUV 97.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 103 95 94 0 0.08 0.09 0.60 6.67 0.05 0.39
Hex 67 5F 5E 0 8 9 3C 7 5 27
Octal 147 137 136 0 10 11 74 7 5 47
Binary 1100111 1011111 1011110 0 1000 1001 111100 111 101 100111

Color Harmonies of #675F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675F5E

Black with #675F5E

Text Example


Text Example

White with #675F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,95,94); }

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

background-color css

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

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

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

border-color css

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

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

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