Html Css Color HEX #968155 Muesli

📋 copy color: '#968155'

red 150 ◦ green 129 ◦ blue 85

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

Shades of Muesli #968155

Tints of Muesli #968155

RGB

 RED value IS 150 (58.98% from 255) = 41.21%

 GREEN value IS 129 (50.78% from 255) = 35.44%

 BLUE value IS 85 (33.59% from 255) = 23.35%

R = 41.21%
G = 35.44%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#968155 (or 0x968155) is known color: Muesli. HEX triplet: 96, 81 and 55. RGB value is (150,129,85). Sum of RGB (Red+Green+Blue) = 150+129+85=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #968155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968155 is #697EAA. Grayscale: #828282. Windows color (decimal): -6913707 or 5603734. OLE color: 5603734.

HSL color Cylindrical-coordinate representation of color #968155: hue angle of 40.62º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #968155 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 129 85 -
CMYK 0 0.14 0.43 0.41
HSL 40.62º 0.28% 0.46% -
HSV(B) 40.62º 0.43% 0.59% -
XYZ 22.07 22.84 11.84 -
YUV 130.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 150 129 85 0 0.14 0.43 0.41 40.62 0.28 0.46
Hex 96 81 55 0 E 2B 29 29 1C 2E
Octal 226 201 125 0 16 53 51 51 34 56
Binary 10010110 10000001 1010101 0 1110 101011 101001 101001 11100 101110

Color Harmonies of #968155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968155

Black with #968155

Text Example


Text Example

White with #968155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968155; }

 p { color: rgb(150,129,85); }

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

background-color css

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

 a { background-color: rgb(150,129,85); }

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

border-color css

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

 span { border-color: rgb(150,129,85); }

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