Html Css Color HEX #9C890C Hacienda

📋 copy color: '#9C890C'

red 156 ◦ green 137 ◦ blue 12

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

Shades of Hacienda #9C890C

Tints of Hacienda #9C890C

RGB

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

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

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

R = 51.15%
G = 44.92%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C890C (or 0x9C890C) is known color: Hacienda. HEX triplet: 9C, 89 and 0C. RGB value is (156,137,12). Sum of RGB (Red+Green+Blue) = 156+137+12=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C890C is #6376F3. Grayscale: #808080. Windows color (decimal): -6518516 or 821660. OLE color: 821660.

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

Color convert

RGB 156 137 12 -
CMYK 0 0.12 0.92 0.39
HSL 52.08º 0.86% 0.33% -
HSV(B) 52.08º 0.92% 0.61% -
XYZ 22.72 24.99 3.97 -
YUV 128.43 62.29 147.66 -
System Red Green Blue C M Y K H S L
Decimal 156 137 12 0 0.12 0.92 0.39 52.08 0.86 0.33
Hex 9C 89 C 0 C 5C 27 34 56 21
Octal 234 211 14 0 14 134 47 64 126 41
Binary 10011100 10001001 1100 0 1100 1011100 100111 110100 1010110 100001

Color Harmonies of #9C890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C890C

Black with #9C890C

Text Example


Text Example

White with #9C890C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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