Html Css Color HEX #9C761D Hacienda

📋 copy color: '#9C761D'

red 156 ◦ green 118 ◦ blue 29

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

Shades of Hacienda #9C761D

Tints of Hacienda #9C761D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.94%

 BLUE value IS 29 (11.72% from 255) = 9.57%

R = 51.49%
G = 38.94%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9C761D (or 0x9C761D) is known color: Hacienda. HEX triplet: 9C, 76 and 1D. RGB value is (156,118,29). Sum of RGB (Red+Green+Blue) = 156+118+29=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C761D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C761D is #6389E2. Grayscale: #777777. Windows color (decimal): -6523363 or 1930908. OLE color: 1930908.

HSL color Cylindrical-coordinate representation of color #9C761D: hue angle of 42.05º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C761D is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 118 29 -
CMYK 0 0.24 0.81 0.39
HSL 42.05º 0.69% 0.36% -
HSV(B) 42.05º 0.81% 0.61% -
XYZ 20.41 20.11 3.97 -
YUV 119.22 77.09 154.24 -
System Red Green Blue C M Y K H S L
Decimal 156 118 29 0 0.24 0.81 0.39 42.05 0.69 0.36
Hex 9C 76 1D 0 18 51 27 2A 45 24
Octal 234 166 35 0 30 121 47 52 105 44
Binary 10011100 1110110 11101 0 11000 1010001 100111 101010 1000101 100100

Color Harmonies of #9C761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C761D

Black with #9C761D

Text Example


Text Example

White with #9C761D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,118,29); }

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

background-color css

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

 a { background-color: rgb(156,118,29); }

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

border-color css

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

 span { border-color: rgb(156,118,29); }

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