Html Css Color HEX #967E1D Hacienda

📋 copy color: '#967E1D'

red 150 ◦ green 126 ◦ blue 29

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

Shades of Hacienda #967E1D

Tints of Hacienda #967E1D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.31%

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

R = 49.18%
G = 41.31%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#967E1D (or 0x967E1D) is known color: Hacienda. HEX triplet: 96, 7E and 1D. RGB value is (150,126,29). Sum of RGB (Red+Green+Blue) = 150+126+29=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #967E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E1D is #6981E2. Grayscale: #7A7A7A. Windows color (decimal): -6914531 or 1932950. OLE color: 1932950.

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

Color convert

RGB 150 126 29 -
CMYK 0 0.16 0.81 0.41
HSL 48.1º 0.68% 0.35% -
HSV(B) 48.1º 0.81% 0.59% -
XYZ 20.26 21.49 4.24 -
YUV 122.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 150 126 29 0 0.16 0.81 0.41 48.1 0.68 0.35
Hex 96 7E 1D 0 10 51 29 30 44 23
Octal 226 176 35 0 20 121 51 60 104 43
Binary 10010110 1111110 11101 0 10000 1010001 101001 110000 1000100 100011

Color Harmonies of #967E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967E1D

Black with #967E1D

Text Example


Text Example

White with #967E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,126,29); }

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

background-color css

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

 a { background-color: rgb(150,126,29); }

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

border-color css

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

 span { border-color: rgb(150,126,29); }

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