Html Css Color HEX #665757 Zambezi

📋 copy color: '#665757'

red 102 ◦ green 87 ◦ blue 87

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

Shades of Zambezi #665757

Tints of Zambezi #665757

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.52%

 BLUE value IS 87 (34.38% from 255) = 31.52%

R = 36.96%
G = 31.52%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.6

RGB Variations

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

Color information

#665757 (or 0x665757) is known color: Zambezi. HEX triplet: 66, 57 and 57. RGB value is (102,87,87). Sum of RGB (Red+Green+Blue) = 102+87+87=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #665757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665757 is #99A8A8. Grayscale: #5B5B5B. Windows color (decimal): -10070185 or 5724006. OLE color: 5724006.

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

Color convert

RGB 102 87 87 -
CMYK 0 0.15 0.15 0.6
HSL 0.08% 0.37% -
HSV(B) 0.15% 0.4% -
XYZ 10.61 10.33 10.45 -
YUV 91.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 102 87 87 0 0.15 0.15 0.6 0 0.08 0.37
Hex 66 57 57 0 F F 3C 0 8 25
Octal 146 127 127 0 17 17 74 0 10 45
Binary 1100110 1010111 1010111 0 1111 1111 111100 0 1000 100101

Color Harmonies of #665757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665757

Black with #665757

Text Example


Text Example

White with #665757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665757; }

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

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

background-color css

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

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

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

border-color css

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

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

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