Html Css Color HEX #999241 Highball

📋 copy color: '#999241'

red 153 ◦ green 146 ◦ blue 65

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

Shades of Highball #999241

Tints of Highball #999241

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.11%

 BLUE value IS 65 (25.78% from 255) = 17.86%

R = 42.03%
G = 40.11%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#999241 (or 0x999241) is known color: Highball. HEX triplet: 99, 92 and 41. RGB value is (153,146,65). Sum of RGB (Red+Green+Blue) = 153+146+65=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #999241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999241 is #666DBE. Grayscale: #8B8B8B. Windows color (decimal): -6712767 or 4297369. OLE color: 4297369.

HSL color Cylindrical-coordinate representation of color #999241: hue angle of 55.23º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #999241 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 146 65 -
CMYK 0 0.05 0.58 0.4
HSL 55.23º 0.4% 0.43% -
HSV(B) 55.23º 0.58% 0.6% -
XYZ 24.37 27.71 9.07 -
YUV 138.86 86.32 138.09 -
System Red Green Blue C M Y K H S L
Decimal 153 146 65 0 0.05 0.58 0.4 55.23 0.4 0.43
Hex 99 92 41 0 5 3A 28 37 28 2B
Octal 231 222 101 0 5 72 50 67 50 53
Binary 10011001 10010010 1000001 0 101 111010 101000 110111 101000 101011

Color Harmonies of #999241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999241

Black with #999241

Text Example


Text Example

White with #999241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999241; }

 p { color: rgb(153,146,65); }

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

background-color css

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

 a { background-color: rgb(153,146,65); }

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

border-color css

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

 span { border-color: rgb(153,146,65); }

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