Html Css Color HEX #967A23 Hacienda

📋 copy color: '#967A23'

red 150 ◦ green 122 ◦ blue 35

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

Shades of Hacienda #967A23

Tints of Hacienda #967A23

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.74%

 BLUE value IS 35 (14.06% from 255) = 11.4%

R = 48.86%
G = 39.74%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#967A23 (or 0x967A23) is known color: Hacienda. HEX triplet: 96, 7A and 23. RGB value is (150,122,35). Sum of RGB (Red+Green+Blue) = 150+122+35=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #967A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A23 is #6985DC. Grayscale: #787878. Windows color (decimal): -6915549 or 2325142. OLE color: 2325142.

HSL color Cylindrical-coordinate representation of color #967A23: hue angle of 45.39º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #967A23 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 122 35 -
CMYK 0 0.19 0.77 0.41
HSL 45.39º 0.62% 0.36% -
HSV(B) 45.39º 0.77% 0.59% -
XYZ 19.84 20.52 4.51 -
YUV 120.45 79.78 149.07 -
System Red Green Blue C M Y K H S L
Decimal 150 122 35 0 0.19 0.77 0.41 45.39 0.62 0.36
Hex 96 7A 23 0 13 4D 29 2D 3E 24
Octal 226 172 43 0 23 115 51 55 76 44
Binary 10010110 1111010 100011 0 10011 1001101 101001 101101 111110 100100

Color Harmonies of #967A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A23

Black with #967A23

Text Example


Text Example

White with #967A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,122,35); }

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

background-color css

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

 a { background-color: rgb(150,122,35); }

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

border-color css

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

 span { border-color: rgb(150,122,35); }

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