Html Css Color HEX #968348 Muesli

📋 copy color: '#968348'

red 150 ◦ green 131 ◦ blue 72

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

Shades of Muesli #968348

Tints of Muesli #968348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.4%

R = 42.49%
G = 37.11%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#968348 (or 0x968348) is known color: Muesli. HEX triplet: 96, 83 and 48. RGB value is (150,131,72). Sum of RGB (Red+Green+Blue) = 150+131+72=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #968348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968348 is #697CB7. Grayscale: #828282. Windows color (decimal): -6913208 or 4752278. OLE color: 4752278.

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

Color convert

RGB 150 131 72 -
CMYK 0 0.13 0.52 0.41
HSL 45.38º 0.35% 0.44% -
HSV(B) 45.38º 0.52% 0.59% -
XYZ 21.86 23.18 9.45 -
YUV 129.96 95.29 142.3 -
System Red Green Blue C M Y K H S L
Decimal 150 131 72 0 0.13 0.52 0.41 45.38 0.35 0.44
Hex 96 83 48 0 D 34 29 2D 23 2C
Octal 226 203 110 0 15 64 51 55 43 54
Binary 10010110 10000011 1001000 0 1101 110100 101001 101101 100011 101100

Color Harmonies of #968348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968348

Black with #968348

Text Example


Text Example

White with #968348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968348; }

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

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

background-color css

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

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

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

border-color css

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

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

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