Html Css Color HEX #96825A Muesli

📋 copy color: '#96825A'

red 150 ◦ green 130 ◦ blue 90

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

Shades of Muesli #96825A

Tints of Muesli #96825A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.14%

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

R = 40.54%
G = 35.14%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96825A (or 0x96825A) is known color: Muesli. HEX triplet: 96, 82 and 5A. RGB value is (150,130,90). Sum of RGB (Red+Green+Blue) = 150+130+90=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #96825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96825A is #697DA5. Grayscale: #838383. Windows color (decimal): -6913446 or 5931670. OLE color: 5931670.

HSL color Cylindrical-coordinate representation of color #96825A: hue angle of 40º 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 #96825A is Cyan = 0, Magento = 0.13, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 130 90 -
CMYK 0 0.13 0.4 0.41
HSL 40º 0.25% 0.47% -
HSV(B) 40º 0.4% 0.59% -
XYZ 22.41 23.19 12.97 -
YUV 131.42 104.63 141.25 -
System Red Green Blue C M Y K H S L
Decimal 150 130 90 0 0.13 0.4 0.41 40 0.25 0.47
Hex 96 82 5A 0 D 28 29 28 19 2F
Octal 226 202 132 0 15 50 51 50 31 57
Binary 10010110 10000010 1011010 0 1101 101000 101001 101000 11001 101111

Color Harmonies of #96825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96825A

Black with #96825A

Text Example


Text Example

White with #96825A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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