Html Css Color HEX #665965 Salt Box

📋 copy color: '#665965'

red 102 ◦ green 89 ◦ blue 101

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

Shades of Salt Box #665965

Tints of Salt Box #665965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.48%

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 34.93%
G = 30.48%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#665965 (or 0x665965) is known color: Salt Box. HEX triplet: 66, 59 and 65. RGB value is (102,89,101). Sum of RGB (Red+Green+Blue) = 102+89+101=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 102 - color contains mainly: red. Hex color #665965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665965 is #99A69A. Grayscale: #5E5E5E. Windows color (decimal): -10069659 or 6642022. OLE color: 6642022.

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

Color convert

RGB 102 89 101 -
CMYK 0 0.13 0.01 0.6
HSL 304.62º 0.07% 0.37% -
HSV(B) 304.62º 0.13% 0.4% -
XYZ 11.4 10.91 13.82 -
YUV 94.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 102 89 101 0 0.13 0.01 0.6 304.62 0.07 0.37
Hex 66 59 65 0 D 1 3C 131 7 25
Octal 146 131 145 0 15 1 74 461 7 45
Binary 1100110 1011001 1100101 0 1101 1 111100 100110001 111 100101

Color Harmonies of #665965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665965

Black with #665965

Text Example


Text Example

White with #665965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665965; }

 p { color: rgb(102,89,101); }

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

background-color css

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

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

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

border-color css

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

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

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