Html Css Color HEX #968051 Muesli

📋 copy color: '#968051'

red 150 ◦ green 128 ◦ blue 81

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

Shades of Muesli #968051

Tints of Muesli #968051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.56%

R = 41.78%
G = 35.65%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#968051 (or 0x968051) is known color: Muesli. HEX triplet: 96, 80 and 51. RGB value is (150,128,81). Sum of RGB (Red+Green+Blue) = 150+128+81=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #968051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968051 is #697FAE. Grayscale: #818181. Windows color (decimal): -6913967 or 5341334. OLE color: 5341334.

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

Color convert

RGB 150 128 81 -
CMYK 0 0.15 0.46 0.41
HSL 40.87º 0.3% 0.45% -
HSV(B) 40.87º 0.46% 0.59% -
XYZ 21.78 22.52 10.98 -
YUV 129.22 100.79 142.82 -
System Red Green Blue C M Y K H S L
Decimal 150 128 81 0 0.15 0.46 0.41 40.87 0.3 0.45
Hex 96 80 51 0 F 2E 29 29 1E 2D
Octal 226 200 121 0 17 56 51 51 36 55
Binary 10010110 10000000 1010001 0 1111 101110 101001 101001 11110 101101

Color Harmonies of #968051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968051

Black with #968051

Text Example


Text Example

White with #968051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968051; }

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

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

background-color css

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

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

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

border-color css

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

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

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