Html Css Color HEX #998748 Highball

📋 copy color: '#998748'

red 153 ◦ green 135 ◦ blue 72

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

Shades of Highball #998748

Tints of Highball #998748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.5%

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

R = 42.5%
G = 37.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#998748 (or 0x998748) is known color: Highball. HEX triplet: 99, 87 and 48. RGB value is (153,135,72). Sum of RGB (Red+Green+Blue) = 153+135+72=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #998748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998748 is #6678B7. Grayscale: #858585. Windows color (decimal): -6715576 or 4753305. OLE color: 4753305.

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

Color convert

RGB 153 135 72 -
CMYK 0 0.12 0.53 0.4
HSL 46.67º 0.36% 0.44% -
HSV(B) 46.67º 0.53% 0.6% -
XYZ 22.97 24.57 9.66 -
YUV 133.2 93.46 142.12 -
System Red Green Blue C M Y K H S L
Decimal 153 135 72 0 0.12 0.53 0.4 46.67 0.36 0.44
Hex 99 87 48 0 C 35 28 2F 24 2C
Octal 231 207 110 0 14 65 50 57 44 54
Binary 10011001 10000111 1001000 0 1100 110101 101000 101111 100100 101100

Color Harmonies of #998748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998748

Black with #998748

Text Example


Text Example

White with #998748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998748; }

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

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

background-color css

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

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

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

border-color css

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

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

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