Html Css Color HEX #967D1D Hacienda

📋 copy color: '#967D1D'

red 150 ◦ green 125 ◦ blue 29

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

Shades of Hacienda #967D1D

Tints of Hacienda #967D1D

RGB

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

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

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

R = 49.34%
G = 41.12%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#967D1D (or 0x967D1D) is known color: Hacienda. HEX triplet: 96, 7D and 1D. RGB value is (150,125,29). Sum of RGB (Red+Green+Blue) = 150+125+29=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #967D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967D1D is #6982E2. Grayscale: #797979. Windows color (decimal): -6914787 or 1932694. OLE color: 1932694.

HSL color Cylindrical-coordinate representation of color #967D1D: hue angle of 47.6º 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 #967D1D is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 125 29 -
CMYK 0 0.17 0.81 0.41
HSL 47.6º 0.68% 0.35% -
HSV(B) 47.6º 0.81% 0.59% -
XYZ 20.13 21.24 4.2 -
YUV 121.53 75.78 148.31 -
System Red Green Blue C M Y K H S L
Decimal 150 125 29 0 0.17 0.81 0.41 47.6 0.68 0.35
Hex 96 7D 1D 0 11 51 29 30 44 23
Octal 226 175 35 0 21 121 51 60 104 43
Binary 10010110 1111101 11101 0 10001 1010001 101001 110000 1000100 100011

Color Harmonies of #967D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967D1D

Black with #967D1D

Text Example


Text Example

White with #967D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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