Html Css Color HEX #9C890A Hacienda

📋 copy color: '#9C890A'

red 156 ◦ green 137 ◦ blue 10

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

Shades of Hacienda #9C890A

Tints of Hacienda #9C890A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.21%

 BLUE value IS 10 (4.3% from 255) = 3.3%

R = 51.49%
G = 45.21%
B = 3.3%

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

#9C890A (or 0x9C890A) is known color: Hacienda. HEX triplet: 9C, 89 and 0A. RGB value is (156,137,10). Sum of RGB (Red+Green+Blue) = 156+137+10=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C890A is #6376F5. Grayscale: #808080. Windows color (decimal): -6518518 or 690588. OLE color: 690588.

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

Color convert

RGB 156 137 10 -
CMYK 0 0.12 0.94 0.39
HSL 52.19º 0.88% 0.33% -
HSV(B) 52.19º 0.94% 0.61% -
XYZ 22.71 24.98 3.91 -
YUV 128.2 61.29 147.83 -
System Red Green Blue C M Y K H S L
Decimal 156 137 10 0 0.12 0.94 0.39 52.19 0.88 0.33
Hex 9C 89 A 0 C 5E 27 34 58 21
Octal 234 211 12 0 14 136 47 64 130 41
Binary 10011100 10001001 1010 0 1100 1011110 100111 110100 1011000 100001

Color Harmonies of #9C890A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C890A

Black with #9C890A

Text Example


Text Example

White with #9C890A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,137,10); }

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

background-color css

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

 a { background-color: rgb(156,137,10); }

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

border-color css

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

 span { border-color: rgb(156,137,10); }

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