Html Css Color HEX #665E5D Zambezi

📋 copy color: '#665E5D'

red 102 ◦ green 94 ◦ blue 93

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

Shades of Zambezi #665E5D

Tints of Zambezi #665E5D

RGB

 RED value IS 102 (40.23% from 255) = 35.29%

 GREEN value IS 94 (37.11% from 255) = 32.53%

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 35.29%
G = 32.53%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#665E5D (or 0x665E5D) is known color: Zambezi. HEX triplet: 66, 5E and 5D. RGB value is (102,94,93). Sum of RGB (Red+Green+Blue) = 102+94+93=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 102 - color contains mainly: red. Hex color #665E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665E5D is #99A1A2. Grayscale: #606060. Windows color (decimal): -10068387 or 6119014. OLE color: 6119014.

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

Color convert

RGB 102 94 93 -
CMYK 0 0.08 0.09 0.6
HSL 6.67º 0.05% 0.38% -
HSV(B) 6.67º 0.09% 0.4% -
XYZ 11.46 11.62 12 -
YUV 96.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 102 94 93 0 0.08 0.09 0.6 6.67 0.05 0.38
Hex 66 5E 5D 0 8 9 3C 7 5 26
Octal 146 136 135 0 10 11 74 7 5 46
Binary 1100110 1011110 1011101 0 1000 1001 111100 111 101 100110

Color Harmonies of #665E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665E5D

Black with #665E5D

Text Example


Text Example

White with #665E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665E5D; }

 p { color: rgb(102,94,93); }

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

background-color css

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

 a { background-color: rgb(102,94,93); }

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

border-color css

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

 span { border-color: rgb(102,94,93); }

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