Html Css Color HEX #655B50 Makara

📋 copy color: '#655B50'

red 101 ◦ green 91 ◦ blue 80

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

Shades of Makara #655B50

Tints of Makara #655B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.46%

 BLUE value IS 80 (31.64% from 255) = 29.41%

R = 37.13%
G = 33.46%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#655B50 (or 0x655B50) is known color: Makara. HEX triplet: 65, 5B and 50. RGB value is (101,91,80). Sum of RGB (Red+Green+Blue) = 101+91+80=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 101 - color contains mainly: red. Hex color #655B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B50 is #9AA4AF. Grayscale: #5C5C5C. Windows color (decimal): -10134704 or 5266277. OLE color: 5266277.

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

Color convert

RGB 101 91 80 -
CMYK 0 0.10 0.21 0.60
HSL 31.43º 0.12% 0.35% -
HSV(B) 31.43º 0.21% 0.4% -
XYZ 10.56 10.83 9.12 -
YUV 92.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 101 91 80 0 0.10 0.21 0.60 31.43 0.12 0.35
Hex 65 5B 50 0 A 15 3C 1F C 23
Octal 145 133 120 0 12 25 74 37 14 43
Binary 1100101 1011011 1010000 0 1010 10101 111100 11111 1100 100011

Color Harmonies of #655B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655B50

Black with #655B50

Text Example


Text Example

White with #655B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,91,80); }

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

background-color css

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

 a { background-color: rgb(101,91,80); }

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

border-color css

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

 span { border-color: rgb(101,91,80); }

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