Html Css Color HEX #655F4C Soya Bean

📋 copy color: '#655F4C'

red 101 ◦ green 95 ◦ blue 76

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

Shades of Soya Bean #655F4C

Tints of Soya Bean #655F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.94%

R = 37.13%
G = 34.93%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#655F4C (or 0x655F4C) is known color: Soya Bean. HEX triplet: 65, 5F and 4C. RGB value is (101,95,76). Sum of RGB (Red+Green+Blue) = 101+95+76=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 101 - color contains mainly: red. Hex color #655F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655F4C is #9AA0B3. Grayscale: #5E5E5E. Windows color (decimal): -10133684 or 5005157. OLE color: 5005157.

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

Color convert

RGB 101 95 76 -
CMYK 0 0.06 0.25 0.60
HSL 45.6º 0.14% 0.35% -
HSV(B) 45.6º 0.25% 0.4% -
XYZ 10.76 11.47 8.48 -
YUV 94.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 101 95 76 0 0.06 0.25 0.60 45.6 0.14 0.35
Hex 65 5F 4C 0 6 19 3C 2E E 23
Octal 145 137 114 0 6 31 74 56 16 43
Binary 1100101 1011111 1001100 0 110 11001 111100 101110 1110 100011

Color Harmonies of #655F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655F4C

Black with #655F4C

Text Example


Text Example

White with #655F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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