Html Css Color HEX #968258 Muesli

📋 copy color: '#968258'

red 150 ◦ green 130 ◦ blue 88

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

Shades of Muesli #968258

Tints of Muesli #968258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.91%

R = 40.76%
G = 35.33%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#968258 (or 0x968258) is known color: Muesli. HEX triplet: 96, 82 and 58. RGB value is (150,130,88). Sum of RGB (Red+Green+Blue) = 150+130+88=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #968258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968258 is #697DA7. Grayscale: #838383. Windows color (decimal): -6913448 or 5800598. OLE color: 5800598.

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

Color convert

RGB 150 130 88 -
CMYK 0 0.13 0.41 0.41
HSL 40.65º 0.26% 0.47% -
HSV(B) 40.65º 0.41% 0.59% -
XYZ 22.32 23.15 12.53 -
YUV 131.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 150 130 88 0 0.13 0.41 0.41 40.65 0.26 0.47
Hex 96 82 58 0 D 29 29 29 1A 2F
Octal 226 202 130 0 15 51 51 51 32 57
Binary 10010110 10000010 1011000 0 1101 101001 101001 101001 11010 101111

Color Harmonies of #968258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968258

Black with #968258

Text Example


Text Example

White with #968258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968258; }

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

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

background-color css

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

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

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

border-color css

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

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

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