Html Css Color HEX #999448 Highball

📋 copy color: '#999448'

red 153 ◦ green 148 ◦ blue 72

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

Shades of Highball #999448

Tints of Highball #999448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.3%

R = 41.02%
G = 39.68%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#999448 (or 0x999448) is known color: Highball. HEX triplet: 99, 94 and 48. RGB value is (153,148,72). Sum of RGB (Red+Green+Blue) = 153+148+72=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #999448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999448 is #666BB7. Grayscale: #8D8D8D. Windows color (decimal): -6712248 or 4756633. OLE color: 4756633.

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

Color convert

RGB 153 148 72 -
CMYK 0 0.03 0.53 0.4
HSL 56.3º 0.36% 0.44% -
HSV(B) 56.3º 0.53% 0.6% -
XYZ 24.9 28.42 10.3 -
YUV 140.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 153 148 72 0 0.03 0.53 0.4 56.3 0.36 0.44
Hex 99 94 48 0 3 35 28 38 24 2C
Octal 231 224 110 0 3 65 50 70 44 54
Binary 10011001 10010100 1001000 0 11 110101 101000 111000 100100 101100

Color Harmonies of #999448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999448

Black with #999448

Text Example


Text Example

White with #999448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999448; }

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

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

background-color css

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

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

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

border-color css

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

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

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