Html Css Color HEX #999441 Highball

📋 copy color: '#999441'

red 153 ◦ green 148 ◦ blue 65

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

Shades of Highball #999441

Tints of Highball #999441

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.44%

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

R = 41.8%
G = 40.44%
B = 17.76%

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

#999441 (or 0x999441) is known color: Highball. HEX triplet: 99, 94 and 41. RGB value is (153,148,65). Sum of RGB (Red+Green+Blue) = 153+148+65=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #999441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999441 is #666BBE. Grayscale: #8C8C8C. Windows color (decimal): -6712255 or 4297881. OLE color: 4297881.

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

Color convert

RGB 153 148 65 -
CMYK 0 0.03 0.58 0.4
HSL 56.59º 0.4% 0.43% -
HSV(B) 56.59º 0.58% 0.6% -
XYZ 24.68 28.33 9.17 -
YUV 140.03 85.66 137.25 -
System Red Green Blue C M Y K H S L
Decimal 153 148 65 0 0.03 0.58 0.4 56.59 0.4 0.43
Hex 99 94 41 0 3 3A 28 39 28 2B
Octal 231 224 101 0 3 72 50 71 50 53
Binary 10011001 10010100 1000001 0 11 111010 101000 111001 101000 101011

Color Harmonies of #999441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999441

Black with #999441

Text Example


Text Example

White with #999441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999441; }

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

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

background-color css

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

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

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

border-color css

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

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

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