Html Css Color HEX #998241 Highball

📋 copy color: '#998241'

red 153 ◦ green 130 ◦ blue 65

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

Shades of Highball #998241

Tints of Highball #998241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.36%

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

R = 43.97%
G = 37.36%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#998241 (or 0x998241) is known color: Highball. HEX triplet: 99, 82 and 41. RGB value is (153,130,65). Sum of RGB (Red+Green+Blue) = 153+130+65=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #998241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998241 is #667DBE. Grayscale: #818181. Windows color (decimal): -6716863 or 4293273. OLE color: 4293273.

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

Color convert

RGB 153 130 65 -
CMYK 0 0.15 0.58 0.4
HSL 44.32º 0.4% 0.43% -
HSV(B) 44.32º 0.58% 0.6% -
XYZ 22.07 23.12 8.3 -
YUV 129.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 153 130 65 0 0.15 0.58 0.4 44.32 0.4 0.43
Hex 99 82 41 0 F 3A 28 2C 28 2B
Octal 231 202 101 0 17 72 50 54 50 53
Binary 10011001 10000010 1000001 0 1111 111010 101000 101100 101000 101011

Color Harmonies of #998241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998241

Black with #998241

Text Example


Text Example

White with #998241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998241; }

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

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

background-color css

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

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

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

border-color css

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

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

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