Html Css Color HEX #96850E Hacienda

📋 copy color: '#96850E'

red 150 ◦ green 133 ◦ blue 14

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

Shades of Hacienda #96850E

Tints of Hacienda #96850E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.78%

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

R = 50.51%
G = 44.78%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96850E (or 0x96850E) is known color: Hacienda. HEX triplet: 96, 85 and 0E. RGB value is (150,133,14). Sum of RGB (Red+Green+Blue) = 150+133+14=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96850E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96850E is #697AF1. Grayscale: #7D7D7D. Windows color (decimal): -6912754 or 951702. OLE color: 951702.

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

Color convert

RGB 150 133 14 -
CMYK 0 0.11 0.91 0.41
HSL 52.5º 0.83% 0.32% -
HSV(B) 52.5º 0.91% 0.59% -
XYZ 21.04 23.29 3.8 -
YUV 124.52 65.63 146.18 -
System Red Green Blue C M Y K H S L
Decimal 150 133 14 0 0.11 0.91 0.41 52.5 0.83 0.32
Hex 96 85 E 0 B 5B 29 34 53 20
Octal 226 205 16 0 13 133 51 64 123 40
Binary 10010110 10000101 1110 0 1011 1011011 101001 110100 1010011 100000

Color Harmonies of #96850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96850E

Black with #96850E

Text Example


Text Example

White with #96850E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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