Html Css Color HEX #655E63 Salt Box

📋 copy color: '#655E63'

red 101 ◦ green 94 ◦ blue 99

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

Shades of Salt Box #655E63

Tints of Salt Box #655E63

RGB

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

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

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

R = 34.35%
G = 31.97%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#655E63 (or 0x655E63) is known color: Salt Box. HEX triplet: 65, 5E and 63. RGB value is (101,94,99). Sum of RGB (Red+Green+Blue) = 101+94+99=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 101 - color contains mainly: red. Hex color #655E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E63 is #9AA19C. Grayscale: #606060. Windows color (decimal): -10133917 or 6512229. OLE color: 6512229.

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

Color convert

RGB 101 94 99 -
CMYK 0 0.07 0.02 0.60
HSL 317.14º 0.04% 0.38% -
HSV(B) 317.14º 0.07% 0.4% -
XYZ 11.62 11.67 13.44 -
YUV 96.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 101 94 99 0 0.07 0.02 0.60 317.14 0.04 0.38
Hex 65 5E 63 0 7 2 3C 13D 4 26
Octal 145 136 143 0 7 2 74 475 4 46
Binary 1100101 1011110 1100011 0 111 10 111100 100111101 100 100110

Color Harmonies of #655E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655E63

Black with #655E63

Text Example


Text Example

White with #655E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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