Html Css Color HEX #967848 Muesli

📋 copy color: '#967848'

red 150 ◦ green 120 ◦ blue 72

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

Shades of Muesli #967848

Tints of Muesli #967848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.09%

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

R = 43.86%
G = 35.09%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#967848 (or 0x967848) is known color: Muesli. HEX triplet: 96, 78 and 48. RGB value is (150,120,72). Sum of RGB (Red+Green+Blue) = 150+120+72=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #967848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967848 is #6987B7. Grayscale: #7B7B7B. Windows color (decimal): -6916024 or 4749462. OLE color: 4749462.

HSL color Cylindrical-coordinate representation of color #967848: hue angle of 36.92º 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 #967848 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 120 72 -
CMYK 0 0.20 0.52 0.41
HSL 36.92º 0.35% 0.44% -
HSV(B) 36.92º 0.52% 0.59% -
XYZ 20.46 20.38 8.99 -
YUV 123.5 98.94 146.9 -
System Red Green Blue C M Y K H S L
Decimal 150 120 72 0 0.20 0.52 0.41 36.92 0.35 0.44
Hex 96 78 48 0 14 34 29 25 23 2C
Octal 226 170 110 0 24 64 51 45 43 54
Binary 10010110 1111000 1001000 0 10100 110100 101001 100101 100011 101100

Color Harmonies of #967848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967848

Black with #967848

Text Example


Text Example

White with #967848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967848; }

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

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

background-color css

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

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

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

border-color css

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

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

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