Html Css Color HEX #968254 Muesli

📋 copy color: '#968254'

red 150 ◦ green 130 ◦ blue 84

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

Shades of Muesli #968254

Tints of Muesli #968254

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.71%

 BLUE value IS 84 (33.2% from 255) = 23.08%

R = 41.21%
G = 35.71%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#968254 (or 0x968254) is known color: Muesli. HEX triplet: 96, 82 and 54. RGB value is (150,130,84). Sum of RGB (Red+Green+Blue) = 150+130+84=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #968254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968254 is #697DAB. Grayscale: #828282. Windows color (decimal): -6913452 or 5538454. OLE color: 5538454.

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

Color convert

RGB 150 130 84 -
CMYK 0 0.13 0.44 0.41
HSL 41.82º 0.28% 0.46% -
HSV(B) 41.82º 0.44% 0.59% -
XYZ 22.16 23.09 11.68 -
YUV 130.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 150 130 84 0 0.13 0.44 0.41 41.82 0.28 0.46
Hex 96 82 54 0 D 2C 29 2A 1C 2E
Octal 226 202 124 0 15 54 51 52 34 56
Binary 10010110 10000010 1010100 0 1101 101100 101001 101010 11100 101110

Color Harmonies of #968254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968254

Black with #968254

Text Example


Text Example

White with #968254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968254; }

 p { color: rgb(150,130,84); }

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

background-color css

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

 a { background-color: rgb(150,130,84); }

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

border-color css

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

 span { border-color: rgb(150,130,84); }

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