Html Css Color HEX #999449 Highball

📋 copy color: '#999449'

red 153 ◦ green 148 ◦ blue 73

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

Shades of Highball #999449

Tints of Highball #999449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.52%

R = 40.91%
G = 39.57%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#999449 (or 0x999449) is known color: Highball. HEX triplet: 99, 94 and 49. RGB value is (153,148,73). Sum of RGB (Red+Green+Blue) = 153+148+73=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #999449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999449 is #666BB6. Grayscale: #8D8D8D. Windows color (decimal): -6712247 or 4822169. OLE color: 4822169.

HSL color Cylindrical-coordinate representation of color #999449: hue angle of 56.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #999449 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 148 73 -
CMYK 0 0.03 0.52 0.4
HSL 56.25º 0.35% 0.44% -
HSV(B) 56.25º 0.52% 0.6% -
XYZ 24.93 28.43 10.48 -
YUV 140.95 89.66 136.6 -
System Red Green Blue C M Y K H S L
Decimal 153 148 73 0 0.03 0.52 0.4 56.25 0.35 0.44
Hex 99 94 49 0 3 34 28 38 23 2C
Octal 231 224 111 0 3 64 50 70 43 54
Binary 10011001 10010100 1001001 0 11 110100 101000 111000 100011 101100

Color Harmonies of #999449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999449

Black with #999449

Text Example


Text Example

White with #999449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999449; }

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

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

background-color css

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

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

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

border-color css

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

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

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