Html Css Color HEX #967D0A Hacienda

📋 copy color: '#967D0A'

red 150 ◦ green 125 ◦ blue 10

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

Shades of Hacienda #967D0A

Tints of Hacienda #967D0A

RGB

 RED value IS 150 (58.98% from 255) = 52.63%

 GREEN value IS 125 (49.22% from 255) = 43.86%

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 52.63%
G = 43.86%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#967D0A (or 0x967D0A) is known color: Hacienda. HEX triplet: 96, 7D and 0A. RGB value is (150,125,10). Sum of RGB (Red+Green+Blue) = 150+125+10=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #967D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967D0A is #6982F5. Grayscale: #777777. Windows color (decimal): -6914806 or 687510. OLE color: 687510.

HSL color Cylindrical-coordinate representation of color #967D0A: hue angle of 49.29º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #967D0A is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 125 10 -
CMYK 0 0.17 0.93 0.41
HSL 49.29º 0.88% 0.31% -
HSV(B) 49.29º 0.93% 0.59% -
XYZ 19.97 21.17 3.32 -
YUV 119.37 66.28 149.85 -
System Red Green Blue C M Y K H S L
Decimal 150 125 10 0 0.17 0.93 0.41 49.29 0.88 0.31
Hex 96 7D A 0 11 5D 29 31 58 1F
Octal 226 175 12 0 21 135 51 61 130 37
Binary 10010110 1111101 1010 0 10001 1011101 101001 110001 1011000 11111

Color Harmonies of #967D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967D0A

Black with #967D0A

Text Example


Text Example

White with #967D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967D0A; }

 p { color: rgb(150,125,10); }

 H1.HeaderClassName
 {
   color: #967D0A;
 }
 .AnyTagClassName
 {
   color: #967D0A;
 }
</style>

background-color css

<style>
 a { background-color: #967D0A; }

 a { background-color: rgb(150,125,10); }

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

border-color css

<style>
 span { border-color: #967D0A; }

 span { border-color: rgb(150,125,10); }

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