Html Css Color HEX #9C860E Hacienda

📋 copy color: '#9C860E'

red 156 ◦ green 134 ◦ blue 14

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

Shades of Hacienda #9C860E

Tints of Hacienda #9C860E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

 BLUE value IS 14 (5.86% from 255) = 4.61%

R = 51.32%
G = 44.08%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C860E (or 0x9C860E) is known color: Hacienda. HEX triplet: 9C, 86 and 0E. RGB value is (156,134,14). Sum of RGB (Red+Green+Blue) = 156+134+14=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C860E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C860E is #6379F1. Grayscale: #7F7F7F. Windows color (decimal): -6519282 or 951964. OLE color: 951964.

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

Color convert

RGB 156 134 14 -
CMYK 0 0.14 0.91 0.39
HSL 50.7º 0.84% 0.33% -
HSV(B) 50.7º 0.91% 0.61% -
XYZ 22.31 24.15 3.9 -
YUV 126.9 64.29 148.76 -
System Red Green Blue C M Y K H S L
Decimal 156 134 14 0 0.14 0.91 0.39 50.7 0.84 0.33
Hex 9C 86 E 0 E 5B 27 33 54 21
Octal 234 206 16 0 16 133 47 63 124 41
Binary 10011100 10000110 1110 0 1110 1011011 100111 110011 1010100 100001

Color Harmonies of #9C860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C860E

Black with #9C860E

Text Example


Text Example

White with #9C860E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,134,14); }

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

background-color css

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

 a { background-color: rgb(156,134,14); }

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

border-color css

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

 span { border-color: rgb(156,134,14); }

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