Html Css Color HEX #9C8A09 Hacienda

📋 copy color: '#9C8A09'

red 156 ◦ green 138 ◦ blue 9

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

Shades of Hacienda #9C8A09

Tints of Hacienda #9C8A09

RGB

 RED value IS 156 (61.33% from 255) = 51.49%

 GREEN value IS 138 (54.3% from 255) = 45.54%

 BLUE value IS 9 (3.91% from 255) = 2.97%

R = 51.49%
G = 45.54%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C8A09 (or 0x9C8A09) is known color: Hacienda. HEX triplet: 9C, 8A and 09. RGB value is (156,138,9). Sum of RGB (Red+Green+Blue) = 156+138+9=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8A09 is #6375F6. Grayscale: #818181. Windows color (decimal): -6518263 or 625308. OLE color: 625308.

HSL color Cylindrical-coordinate representation of color #9C8A09: hue angle of 52.65º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C8A09 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 138 9 -
CMYK 0 0.12 0.94 0.39
HSL 52.65º 0.89% 0.32% -
HSV(B) 52.65º 0.94% 0.61% -
XYZ 22.85 25.26 3.93 -
YUV 128.68 60.46 147.49 -
System Red Green Blue C M Y K H S L
Decimal 156 138 9 0 0.12 0.94 0.39 52.65 0.89 0.32
Hex 9C 8A 9 0 C 5E 27 35 59 20
Octal 234 212 11 0 14 136 47 65 131 40
Binary 10011100 10001010 1001 0 1100 1011110 100111 110101 1011001 100000

Color Harmonies of #9C8A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8A09

Black with #9C8A09

Text Example


Text Example

White with #9C8A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C8A09; }

 p { color: rgb(156,138,9); }

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

background-color css

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

 a { background-color: rgb(156,138,9); }

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

border-color css

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

 span { border-color: rgb(156,138,9); }

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