Html Css Color HEX #967842 Muesli

📋 copy color: '#967842'

red 150 ◦ green 120 ◦ blue 66

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

Shades of Muesli #967842

Tints of Muesli #967842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.64%

R = 44.64%
G = 35.71%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#967842 (or 0x967842) is known color: Muesli. HEX triplet: 96, 78 and 42. RGB value is (150,120,66). Sum of RGB (Red+Green+Blue) = 150+120+66=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #967842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967842 is #6987BD. Grayscale: #7B7B7B. Windows color (decimal): -6916030 or 4356246. OLE color: 4356246.

HSL color Cylindrical-coordinate representation of color #967842: hue angle of 38.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #967842 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 120 66 -
CMYK 0 0.20 0.56 0.41
HSL 38.57º 0.39% 0.42% -
HSV(B) 38.57º 0.56% 0.59% -
XYZ 20.28 20.31 8.01 -
YUV 122.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 150 120 66 0 0.20 0.56 0.41 38.57 0.39 0.42
Hex 96 78 42 0 14 38 29 27 27 2A
Octal 226 170 102 0 24 70 51 47 47 52
Binary 10010110 1111000 1000010 0 10100 111000 101001 100111 100111 101010

Color Harmonies of #967842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967842

Black with #967842

Text Example


Text Example

White with #967842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967842; }

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

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

background-color css

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

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

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

border-color css

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

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

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