Html Css Color HEX #967C1A Hacienda

📋 copy color: '#967C1A'

red 150 ◦ green 124 ◦ blue 26

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

Shades of Hacienda #967C1A

Tints of Hacienda #967C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.67%

R = 50%
G = 41.33%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#967C1A (or 0x967C1A) is known color: Hacienda. HEX triplet: 96, 7C and 1A. RGB value is (150,124,26). Sum of RGB (Red+Green+Blue) = 150+124+26=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #967C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967C1A is #6983E5. Grayscale: #797979. Windows color (decimal): -6915046 or 1735830. OLE color: 1735830.

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

Color convert

RGB 150 124 26 -
CMYK 0 0.17 0.83 0.41
HSL 47.42º 0.7% 0.35% -
HSV(B) 47.42º 0.83% 0.59% -
XYZ 19.97 20.97 3.97 -
YUV 120.6 74.61 148.97 -
System Red Green Blue C M Y K H S L
Decimal 150 124 26 0 0.17 0.83 0.41 47.42 0.7 0.35
Hex 96 7C 1A 0 11 53 29 2F 46 23
Octal 226 174 32 0 21 123 51 57 106 43
Binary 10010110 1111100 11010 0 10001 1010011 101001 101111 1000110 100011

Color Harmonies of #967C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C1A

Black with #967C1A

Text Example


Text Example

White with #967C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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