Html Css Color HEX #968045 Muesli

📋 copy color: '#968045'

red 150 ◦ green 128 ◦ blue 69

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

Shades of Muesli #968045

Tints of Muesli #968045

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.89%

 BLUE value IS 69 (27.34% from 255) = 19.88%

R = 43.23%
G = 36.89%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#968045 (or 0x968045) is known color: Muesli. HEX triplet: 96, 80 and 45. RGB value is (150,128,69). Sum of RGB (Red+Green+Blue) = 150+128+69=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #968045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968045 is #697FBA. Grayscale: #808080. Windows color (decimal): -6913979 or 4554902. OLE color: 4554902.

HSL color Cylindrical-coordinate representation of color #968045: hue angle of 43.7º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #968045 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 128 69 -
CMYK 0 0.15 0.54 0.41
HSL 43.7º 0.37% 0.43% -
HSV(B) 43.7º 0.54% 0.59% -
XYZ 21.37 22.35 8.82 -
YUV 127.85 94.79 143.8 -
System Red Green Blue C M Y K H S L
Decimal 150 128 69 0 0.15 0.54 0.41 43.7 0.37 0.43
Hex 96 80 45 0 F 36 29 2C 25 2B
Octal 226 200 105 0 17 66 51 54 45 53
Binary 10010110 10000000 1000101 0 1111 110110 101001 101100 100101 101011

Color Harmonies of #968045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968045

Black with #968045

Text Example


Text Example

White with #968045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968045; }

 p { color: rgb(150,128,69); }

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

background-color css

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

 a { background-color: rgb(150,128,69); }

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

border-color css

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

 span { border-color: rgb(150,128,69); }

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