Html Css Color HEX #967C0E Hacienda

📋 copy color: '#967C0E'

red 150 ◦ green 124 ◦ blue 14

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

Shades of Hacienda #967C0E

Tints of Hacienda #967C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.86%

R = 52.08%
G = 43.06%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#967C0E (or 0x967C0E) is known color: Hacienda. HEX triplet: 96, 7C and 0E. RGB value is (150,124,14). Sum of RGB (Red+Green+Blue) = 150+124+14=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #967C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967C0E is #6983F1. Grayscale: #777777. Windows color (decimal): -6915058 or 949398. OLE color: 949398.

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

Color convert

RGB 150 124 14 -
CMYK 0 0.17 0.91 0.41
HSL 48.53º 0.83% 0.32% -
HSV(B) 48.53º 0.91% 0.59% -
XYZ 19.86 20.93 3.41 -
YUV 119.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 150 124 14 0 0.17 0.91 0.41 48.53 0.83 0.32
Hex 96 7C E 0 11 5B 29 31 53 20
Octal 226 174 16 0 21 133 51 61 123 40
Binary 10010110 1111100 1110 0 10001 1011011 101001 110001 1010011 100000

Color Harmonies of #967C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C0E

Black with #967C0E

Text Example


Text Example

White with #967C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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