Html Css Color HEX #655F63 Salt Box

📋 copy color: '#655F63'

red 101 ◦ green 95 ◦ blue 99

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

Shades of Salt Box #655F63

Tints of Salt Box #655F63

RGB

 RED value IS 101 (39.84% from 255) = 34.24%

 GREEN value IS 95 (37.5% from 255) = 32.2%

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 34.24%
G = 32.2%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#655F63 (or 0x655F63) is known color: Salt Box. HEX triplet: 65, 5F and 63. RGB value is (101,95,99). Sum of RGB (Red+Green+Blue) = 101+95+99=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 101 - color contains mainly: red. Hex color #655F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F63 is #9AA09C. Grayscale: #616161. Windows color (decimal): -10133661 or 6512485. OLE color: 6512485.

HSL color Cylindrical-coordinate representation of color #655F63: hue angle of 320º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #655F63 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 95 99 -
CMYK 0 0.06 0.02 0.60
HSL 320º 0.03% 0.38% -
HSV(B) 320º 0.06% 0.4% -
XYZ 11.71 11.85 13.47 -
YUV 97.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 101 95 99 0 0.06 0.02 0.60 320 0.03 0.38
Hex 65 5F 63 0 6 2 3C 140 3 26
Octal 145 137 143 0 6 2 74 500 3 46
Binary 1100101 1011111 1100011 0 110 10 111100 101000000 11 100110

Color Harmonies of #655F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655F63

Black with #655F63

Text Example


Text Example

White with #655F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655F63; }

 p { color: rgb(101,95,99); }

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

background-color css

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

 a { background-color: rgb(101,95,99); }

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

border-color css

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

 span { border-color: rgb(101,95,99); }

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