Html Css Color HEX #96840E Hacienda

📋 copy color: '#96840E'

red 150 ◦ green 132 ◦ blue 14

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

Shades of Hacienda #96840E

Tints of Hacienda #96840E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.59%

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

R = 50.68%
G = 44.59%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96840E (or 0x96840E) is known color: Hacienda. HEX triplet: 96, 84 and 0E. RGB value is (150,132,14). Sum of RGB (Red+Green+Blue) = 150+132+14=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96840E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96840E is #697BF1. Grayscale: #7C7C7C. Windows color (decimal): -6913010 or 951446. OLE color: 951446.

HSL color Cylindrical-coordinate representation of color #96840E: hue angle of 52.06º 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 #96840E is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 132 14 -
CMYK 0 0.12 0.91 0.41
HSL 52.06º 0.83% 0.32% -
HSV(B) 52.06º 0.91% 0.59% -
XYZ 20.91 23.02 3.76 -
YUV 123.93 65.96 146.59 -
System Red Green Blue C M Y K H S L
Decimal 150 132 14 0 0.12 0.91 0.41 52.06 0.83 0.32
Hex 96 84 E 0 C 5B 29 34 53 20
Octal 226 204 16 0 14 133 51 64 123 40
Binary 10010110 10000100 1110 0 1100 1011011 101001 110100 1010011 100000

Color Harmonies of #96840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96840E

Black with #96840E

Text Example


Text Example

White with #96840E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96840E; }

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

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

background-color css

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

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

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

border-color css

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

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

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