Html Css Color HEX #998B0C Hacienda

📋 copy color: '#998B0C'

red 153 ◦ green 139 ◦ blue 12

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

Shades of Hacienda #998B0C

Tints of Hacienda #998B0C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.72%

 BLUE value IS 12 (5.08% from 255) = 3.95%

R = 50.33%
G = 45.72%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#998B0C (or 0x998B0C) is known color: Hacienda. HEX triplet: 99, 8B and 0C. RGB value is (153,139,12). Sum of RGB (Red+Green+Blue) = 153+139+12=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #998B0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998B0C is #6674F3. Grayscale: #818181. Windows color (decimal): -6714612 or 822169. OLE color: 822169.

HSL color Cylindrical-coordinate representation of color #998B0C: hue angle of 54.04º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #998B0C is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 139 12 -
CMYK 0 0.09 0.92 0.4
HSL 54.04º 0.85% 0.32% -
HSV(B) 54.04º 0.92% 0.6% -
XYZ 22.44 25.26 4.04 -
YUV 128.71 62.14 145.33 -
System Red Green Blue C M Y K H S L
Decimal 153 139 12 0 0.09 0.92 0.4 54.04 0.85 0.32
Hex 99 8B C 0 9 5C 28 36 55 20
Octal 231 213 14 0 11 134 50 66 125 40
Binary 10011001 10001011 1100 0 1001 1011100 101000 110110 1010101 100000

Color Harmonies of #998B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998B0C

Black with #998B0C

Text Example


Text Example

White with #998B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998B0C; }

 p { color: rgb(153,139,12); }

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

background-color css

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

 a { background-color: rgb(153,139,12); }

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

border-color css

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

 span { border-color: rgb(153,139,12); }

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