Html Css Color HEX #99865C Muesli

📋 copy color: '#99865C'

red 153 ◦ green 134 ◦ blue 92

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

Shades of Muesli #99865C

Tints of Muesli #99865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.27%

R = 40.37%
G = 35.36%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#99865C (or 0x99865C) is known color: Muesli. HEX triplet: 99, 86 and 5C. RGB value is (153,134,92). Sum of RGB (Red+Green+Blue) = 153+134+92=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99865C is #6679A3. Grayscale: #878787. Windows color (decimal): -6715812 or 6063769. OLE color: 6063769.

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

Color convert

RGB 153 134 92 -
CMYK 0 0.12 0.40 0.4
HSL 41.31º 0.25% 0.48% -
HSV(B) 41.31º 0.4% 0.6% -
XYZ 23.59 24.6 13.63 -
YUV 134.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 153 134 92 0 0.12 0.40 0.4 41.31 0.25 0.48
Hex 99 86 5C 0 C 28 28 29 19 30
Octal 231 206 134 0 14 50 50 51 31 60
Binary 10011001 10000110 1011100 0 1100 101000 101000 101001 11001 110000

Color Harmonies of #99865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99865C

Black with #99865C

Text Example


Text Example

White with #99865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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