Html Css Color HEX #968153 Muesli

📋 copy color: '#968153'

red 150 ◦ green 129 ◦ blue 83

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

Shades of Muesli #968153

Tints of Muesli #968153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.93%

R = 41.44%
G = 35.64%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#968153 (or 0x968153) is known color: Muesli. HEX triplet: 96, 81 and 53. RGB value is (150,129,83). Sum of RGB (Red+Green+Blue) = 150+129+83=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #968153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968153 is #697EAC. Grayscale: #828282. Windows color (decimal): -6913709 or 5472662. OLE color: 5472662.

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

Color convert

RGB 150 129 83 -
CMYK 0 0.14 0.45 0.41
HSL 41.19º 0.29% 0.46% -
HSV(B) 41.19º 0.45% 0.59% -
XYZ 21.99 22.81 11.43 -
YUV 130.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 150 129 83 0 0.14 0.45 0.41 41.19 0.29 0.46
Hex 96 81 53 0 E 2D 29 29 1D 2E
Octal 226 201 123 0 16 55 51 51 35 56
Binary 10010110 10000001 1010011 0 1110 101101 101001 101001 11101 101110

Color Harmonies of #968153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968153

Black with #968153

Text Example


Text Example

White with #968153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968153; }

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

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

background-color css

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

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

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

border-color css

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

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

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