Html Css Color HEX #999541 Highball

📋 copy color: '#999541'

red 153 ◦ green 149 ◦ blue 65

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

Shades of Highball #999541

Tints of Highball #999541

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.6%

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

R = 41.69%
G = 40.6%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#999541 (or 0x999541) is known color: Highball. HEX triplet: 99, 95 and 41. RGB value is (153,149,65). Sum of RGB (Red+Green+Blue) = 153+149+65=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #999541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999541 is #666ABE. Grayscale: #8C8C8C. Windows color (decimal): -6711999 or 4298137. OLE color: 4298137.

HSL color Cylindrical-coordinate representation of color #999541: hue angle of 57.27º 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 #999541 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 149 65 -
CMYK 0 0.03 0.58 0.4
HSL 57.27º 0.4% 0.43% -
HSV(B) 57.27º 0.58% 0.6% -
XYZ 24.84 28.65 9.22 -
YUV 140.62 85.33 136.83 -
System Red Green Blue C M Y K H S L
Decimal 153 149 65 0 0.03 0.58 0.4 57.27 0.4 0.43
Hex 99 95 41 0 3 3A 28 39 28 2B
Octal 231 225 101 0 3 72 50 71 50 53
Binary 10011001 10010101 1000001 0 11 111010 101000 111001 101000 101011

Color Harmonies of #999541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999541

Black with #999541

Text Example


Text Example

White with #999541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999541; }

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

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

background-color css

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

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

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

border-color css

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

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

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