Html Css Color HEX #9C890F Hacienda

📋 copy color: '#9C890F'

red 156 ◦ green 137 ◦ blue 15

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

Shades of Hacienda #9C890F

Tints of Hacienda #9C890F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.87%

R = 50.65%
G = 44.48%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9C890F (or 0x9C890F) is known color: Hacienda. HEX triplet: 9C, 89 and 0F. RGB value is (156,137,15). Sum of RGB (Red+Green+Blue) = 156+137+15=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C890F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C890F is #6376F0. Grayscale: #818181. Windows color (decimal): -6518513 or 1018268. OLE color: 1018268.

HSL color Cylindrical-coordinate representation of color #9C890F: hue angle of 51.91º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C890F is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 137 15 -
CMYK 0 0.12 0.90 0.39
HSL 51.91º 0.82% 0.34% -
HSV(B) 51.91º 0.9% 0.61% -
XYZ 22.74 24.99 4.08 -
YUV 128.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 156 137 15 0 0.12 0.90 0.39 51.91 0.82 0.34
Hex 9C 89 F 0 C 5A 27 34 52 22
Octal 234 211 17 0 14 132 47 64 122 42
Binary 10011100 10001001 1111 0 1100 1011010 100111 110100 1010010 100010

Color Harmonies of #9C890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C890F

Black with #9C890F

Text Example


Text Example

White with #9C890F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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