Html Css Color HEX #968352 Muesli

📋 copy color: '#968352'

red 150 ◦ green 131 ◦ blue 82

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

Shades of Muesli #968352

Tints of Muesli #968352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.09%

 BLUE value IS 82 (32.42% from 255) = 22.59%

R = 41.32%
G = 36.09%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#968352 (or 0x968352) is known color: Muesli. HEX triplet: 96, 83 and 52. RGB value is (150,131,82). Sum of RGB (Red+Green+Blue) = 150+131+82=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #968352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968352 is #697CAD. Grayscale: #838383. Windows color (decimal): -6913198 or 5407638. OLE color: 5407638.

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

Color convert

RGB 150 131 82 -
CMYK 0 0.13 0.45 0.41
HSL 43.24º 0.29% 0.45% -
HSV(B) 43.24º 0.45% 0.59% -
XYZ 22.22 23.33 11.31 -
YUV 131.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 150 131 82 0 0.13 0.45 0.41 43.24 0.29 0.45
Hex 96 83 52 0 D 2D 29 2B 1D 2D
Octal 226 203 122 0 15 55 51 53 35 55
Binary 10010110 10000011 1010010 0 1101 101101 101001 101011 11101 101101

Color Harmonies of #968352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968352

Black with #968352

Text Example


Text Example

White with #968352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968352; }

 p { color: rgb(150,131,82); }

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

background-color css

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

 a { background-color: rgb(150,131,82); }

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

border-color css

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

 span { border-color: rgb(150,131,82); }

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