Html Css Color HEX #665D5D Zambezi

📋 copy color: '#665D5D'

red 102 ◦ green 93 ◦ blue 93

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

Shades of Zambezi #665D5D

Tints of Zambezi #665D5D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.29%

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

R = 35.42%
G = 32.29%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#665D5D (or 0x665D5D) is known color: Zambezi. HEX triplet: 66, 5D and 5D. RGB value is (102,93,93). Sum of RGB (Red+Green+Blue) = 102+93+93=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 102 - color contains mainly: red. Hex color #665D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D5D is #99A2A2. Grayscale: #5F5F5F. Windows color (decimal): -10068643 or 6118758. OLE color: 6118758.

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

Color convert

RGB 102 93 93 -
CMYK 0 0.09 0.09 0.6
HSL 0.05% 0.38% -
HSV(B) 0.09% 0.4% -
XYZ 11.37 11.44 11.97 -
YUV 95.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 102 93 93 0 0.09 0.09 0.6 0 0.05 0.38
Hex 66 5D 5D 0 9 9 3C 0 5 26
Octal 146 135 135 0 11 11 74 0 5 46
Binary 1100110 1011101 1011101 0 1001 1001 111100 0 101 100110

Color Harmonies of #665D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665D5D

Black with #665D5D

Text Example


Text Example

White with #665D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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