Html Css Color HEX #9C770D Hacienda

📋 copy color: '#9C770D'

red 156 ◦ green 119 ◦ blue 13

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

Shades of Hacienda #9C770D

Tints of Hacienda #9C770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.32%

 BLUE value IS 13 (5.47% from 255) = 4.51%

R = 54.17%
G = 41.32%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C770D (or 0x9C770D) is known color: Hacienda. HEX triplet: 9C, 77 and 0D. RGB value is (156,119,13). Sum of RGB (Red+Green+Blue) = 156+119+13=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C770D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C770D is #6388F2. Grayscale: #767676. Windows color (decimal): -6523123 or 882588. OLE color: 882588.

HSL color Cylindrical-coordinate representation of color #9C770D: hue angle of 44.48º degrees, saturation: 0.85, 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 #9C770D is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 119 13 -
CMYK 0 0.24 0.92 0.39
HSL 44.48º 0.85% 0.33% -
HSV(B) 44.48º 0.92% 0.61% -
XYZ 20.38 20.29 3.22 -
YUV 117.98 68.76 155.12 -
System Red Green Blue C M Y K H S L
Decimal 156 119 13 0 0.24 0.92 0.39 44.48 0.85 0.33
Hex 9C 77 D 0 18 5C 27 2C 55 21
Octal 234 167 15 0 30 134 47 54 125 41
Binary 10011100 1110111 1101 0 11000 1011100 100111 101100 1010101 100001

Color Harmonies of #9C770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C770D

Black with #9C770D

Text Example


Text Example

White with #9C770D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,119,13); }

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

background-color css

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

 a { background-color: rgb(156,119,13); }

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

border-color css

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

 span { border-color: rgb(156,119,13); }

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