Html Css Color HEX #99865D Muesli

📋 copy color: '#99865D'

red 153 ◦ green 134 ◦ blue 93

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

Shades of Muesli #99865D

Tints of Muesli #99865D

RGB

 RED value IS 153 (60.16% from 255) = 40.26%

 GREEN value IS 134 (52.73% from 255) = 35.26%

 BLUE value IS 93 (36.72% from 255) = 24.47%

R = 40.26%
G = 35.26%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#99865D (or 0x99865D) is known color: Muesli. HEX triplet: 99, 86 and 5D. RGB value is (153,134,93). Sum of RGB (Red+Green+Blue) = 153+134+93=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #99865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99865D is #6679A2. Grayscale: #878787. Windows color (decimal): -6715811 or 6129305. OLE color: 6129305.

HSL color Cylindrical-coordinate representation of color #99865D: hue angle of 41º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99865D is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 134 93 -
CMYK 0 0.12 0.39 0.4
HSL 41º 0.24% 0.48% -
HSV(B) 41º 0.39% 0.6% -
XYZ 23.64 24.61 13.86 -
YUV 135.01 104.29 140.83 -
System Red Green Blue C M Y K H S L
Decimal 153 134 93 0 0.12 0.39 0.4 41 0.24 0.48
Hex 99 86 5D 0 C 27 28 29 18 30
Octal 231 206 135 0 14 47 50 51 30 60
Binary 10011001 10000110 1011101 0 1100 100111 101000 101001 11000 110000

Color Harmonies of #99865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99865D

Black with #99865D

Text Example


Text Example

White with #99865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99865D; }

 p { color: rgb(153,134,93); }

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

background-color css

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

 a { background-color: rgb(153,134,93); }

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

border-color css

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

 span { border-color: rgb(153,134,93); }

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