Html Css Color HEX #967C0B Hacienda

📋 copy color: '#967C0B'

red 150 ◦ green 124 ◦ blue 11

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

Shades of Hacienda #967C0B

Tints of Hacienda #967C0B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.51%

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 52.63%
G = 43.51%
B = 3.86%

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

#967C0B (or 0x967C0B) is known color: Hacienda. HEX triplet: 96, 7C and 0B. RGB value is (150,124,11). Sum of RGB (Red+Green+Blue) = 150+124+11=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #967C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967C0B is #6983F4. Grayscale: #777777. Windows color (decimal): -6915061 or 752790. OLE color: 752790.

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

Color convert

RGB 150 124 11 -
CMYK 0 0.17 0.93 0.41
HSL 48.78º 0.86% 0.32% -
HSV(B) 48.78º 0.93% 0.59% -
XYZ 19.85 20.92 3.31 -
YUV 118.89 67.11 150.19 -
System Red Green Blue C M Y K H S L
Decimal 150 124 11 0 0.17 0.93 0.41 48.78 0.86 0.32
Hex 96 7C B 0 11 5D 29 31 56 20
Octal 226 174 13 0 21 135 51 61 126 40
Binary 10010110 1111100 1011 0 10001 1011101 101001 110001 1010110 100000

Color Harmonies of #967C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C0B

Black with #967C0B

Text Example


Text Example

White with #967C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,124,11); }

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

background-color css

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

 a { background-color: rgb(150,124,11); }

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

border-color css

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

 span { border-color: rgb(150,124,11); }

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