Html Css Color HEX #967825 Hacienda

📋 copy color: '#967825'

red 150 ◦ green 120 ◦ blue 37

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

Shades of Hacienda #967825

Tints of Hacienda #967825

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.09%

 BLUE value IS 37 (14.84% from 255) = 12.05%

R = 48.86%
G = 39.09%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#967825 (or 0x967825) is known color: Hacienda. HEX triplet: 96, 78 and 25. RGB value is (150,120,37). Sum of RGB (Red+Green+Blue) = 150+120+37=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #967825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967825 is #6987DA. Grayscale: #777777. Windows color (decimal): -6916059 or 2455702. OLE color: 2455702.

HSL color Cylindrical-coordinate representation of color #967825: hue angle of 44.07º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #967825 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 120 37 -
CMYK 0 0.20 0.75 0.41
HSL 44.07º 0.6% 0.37% -
HSV(B) 44.07º 0.75% 0.59% -
XYZ 19.63 20.05 4.59 -
YUV 119.51 81.44 149.75 -
System Red Green Blue C M Y K H S L
Decimal 150 120 37 0 0.20 0.75 0.41 44.07 0.6 0.37
Hex 96 78 25 0 14 4B 29 2C 3C 25
Octal 226 170 45 0 24 113 51 54 74 45
Binary 10010110 1111000 100101 0 10100 1001011 101001 101100 111100 100101

Color Harmonies of #967825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967825

Black with #967825

Text Example


Text Example

White with #967825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967825; }

 p { color: rgb(150,120,37); }

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

background-color css

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

 a { background-color: rgb(150,120,37); }

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

border-color css

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

 span { border-color: rgb(150,120,37); }

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