Html Css Color HEX #675C5A Zambezi

📋 copy color: '#675C5A'

red 103 ◦ green 92 ◦ blue 90

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

Shades of Zambezi #675C5A

Tints of Zambezi #675C5A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

 BLUE value IS 90 (35.55% from 255) = 31.58%

R = 36.14%
G = 32.28%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#675C5A (or 0x675C5A) is known color: Zambezi. HEX triplet: 67, 5C and 5A. RGB value is (103,92,90). Sum of RGB (Red+Green+Blue) = 103+92+90=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 103 - color contains mainly: red. Hex color #675C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675C5A is #98A3A5. Grayscale: #5F5F5F. Windows color (decimal): -10003366 or 5921895. OLE color: 5921895.

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

Color convert

RGB 103 92 90 -
CMYK 0 0.11 0.13 0.60
HSL 9.23º 0.07% 0.38% -
HSV(B) 9.23º 0.13% 0.4% -
XYZ 11.27 11.28 11.26 -
YUV 95.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 103 92 90 0 0.11 0.13 0.60 9.23 0.07 0.38
Hex 67 5C 5A 0 B D 3C 9 7 26
Octal 147 134 132 0 13 15 74 11 7 46
Binary 1100111 1011100 1011010 0 1011 1101 111100 1001 111 100110

Color Harmonies of #675C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675C5A

Black with #675C5A

Text Example


Text Example

White with #675C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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