Html Css Color HEX #968150 Muesli

📋 copy color: '#968150'

red 150 ◦ green 129 ◦ blue 80

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

Shades of Muesli #968150

Tints of Muesli #968150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.93%

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 41.78%
G = 35.93%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#968150 (or 0x968150) is known color: Muesli. HEX triplet: 96, 81 and 50. RGB value is (150,129,80). Sum of RGB (Red+Green+Blue) = 150+129+80=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #968150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968150 is #697EAF. Grayscale: #818181. Windows color (decimal): -6913712 or 5276054. OLE color: 5276054.

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

Color convert

RGB 150 129 80 -
CMYK 0 0.14 0.47 0.41
HSL 42º 0.3% 0.45% -
HSV(B) 42º 0.47% 0.59% -
XYZ 21.88 22.76 10.83 -
YUV 129.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 150 129 80 0 0.14 0.47 0.41 42 0.3 0.45
Hex 96 81 50 0 E 2F 29 2A 1E 2D
Octal 226 201 120 0 16 57 51 52 36 55
Binary 10010110 10000001 1010000 0 1110 101111 101001 101010 11110 101101

Color Harmonies of #968150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968150

Black with #968150

Text Example


Text Example

White with #968150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968150; }

 p { color: rgb(150,129,80); }

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

background-color css

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

 a { background-color: rgb(150,129,80); }

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

border-color css

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

 span { border-color: rgb(150,129,80); }

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