Html Css Color HEX #98790C Hacienda

📋 copy color: '#98790C'

red 152 ◦ green 121 ◦ blue 12

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

Shades of Hacienda #98790C

Tints of Hacienda #98790C

RGB

 RED value IS 152 (59.77% from 255) = 53.33%

 GREEN value IS 121 (47.66% from 255) = 42.46%

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

R = 53.33%
G = 42.46%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98790C (or 0x98790C) is known color: Hacienda. HEX triplet: 98, 79 and 0C. RGB value is (152,121,12). Sum of RGB (Red+Green+Blue) = 152+121+12=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #98790C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98790C is #6786F3. Grayscale: #767676. Windows color (decimal): -6784756 or 817560. OLE color: 817560.

HSL color Cylindrical-coordinate representation of color #98790C: hue angle of 46.71º 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 #98790C is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 121 12 -
CMYK 0 0.20 0.92 0.40
HSL 46.71º 0.85% 0.32% -
HSV(B) 46.71º 0.92% 0.6% -
XYZ 19.85 20.38 3.23 -
YUV 117.84 68.27 152.36 -
System Red Green Blue C M Y K H S L
Decimal 152 121 12 0 0.20 0.92 0.40 46.71 0.85 0.32
Hex 98 79 C 0 14 5C 28 2F 55 20
Octal 230 171 14 0 24 134 50 57 125 40
Binary 10011000 1111001 1100 0 10100 1011100 101000 101111 1010101 100000

Color Harmonies of #98790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98790C

Black with #98790C

Text Example


Text Example

White with #98790C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98790C; }

 p { color: rgb(152,121,12); }

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

background-color css

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

 a { background-color: rgb(152,121,12); }

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

border-color css

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

 span { border-color: rgb(152,121,12); }

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