Html Css Color HEX #96815A Muesli

📋 copy color: '#96815A'

red 150 ◦ green 129 ◦ blue 90

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

Shades of Muesli #96815A

Tints of Muesli #96815A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.39%

R = 40.65%
G = 34.96%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96815A (or 0x96815A) is known color: Muesli. HEX triplet: 96, 81 and 5A. RGB value is (150,129,90). Sum of RGB (Red+Green+Blue) = 150+129+90=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #96815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96815A is #697EA5. Grayscale: #838383. Windows color (decimal): -6913702 or 5931414. OLE color: 5931414.

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

Color convert

RGB 150 129 90 -
CMYK 0 0.14 0.4 0.41
HSL 39º 0.25% 0.47% -
HSV(B) 39º 0.4% 0.59% -
XYZ 22.27 22.92 12.92 -
YUV 130.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 150 129 90 0 0.14 0.4 0.41 39 0.25 0.47
Hex 96 81 5A 0 E 28 29 27 19 2F
Octal 226 201 132 0 16 50 51 47 31 57
Binary 10010110 10000001 1011010 0 1110 101000 101001 100111 11001 101111

Color Harmonies of #96815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96815A

Black with #96815A

Text Example


Text Example

White with #96815A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96815A; }

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

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

background-color css

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

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

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

border-color css

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

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

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