Html Css Color HEX #997B0E Hacienda

📋 copy color: '#997B0E'

red 153 ◦ green 123 ◦ blue 14

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

Shades of Hacienda #997B0E

Tints of Hacienda #997B0E

RGB

 RED value IS 153 (60.16% from 255) = 52.76%

 GREEN value IS 123 (48.44% from 255) = 42.41%

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

R = 52.76%
G = 42.41%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#997B0E (or 0x997B0E) is known color: Hacienda. HEX triplet: 99, 7B and 0E. RGB value is (153,123,14). Sum of RGB (Red+Green+Blue) = 153+123+14=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #997B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997B0E is #6684F1. Grayscale: #787878. Windows color (decimal): -6718706 or 949145. OLE color: 949145.

HSL color Cylindrical-coordinate representation of color #997B0E: hue angle of 47.05º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #997B0E is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 123 14 -
CMYK 0 0.20 0.91 0.4
HSL 47.05º 0.83% 0.33% -
HSV(B) 47.05º 0.91% 0.6% -
XYZ 20.3 20.97 3.39 -
YUV 119.54 68.44 151.86 -
System Red Green Blue C M Y K H S L
Decimal 153 123 14 0 0.20 0.91 0.4 47.05 0.83 0.33
Hex 99 7B E 0 14 5B 28 2F 53 21
Octal 231 173 16 0 24 133 50 57 123 41
Binary 10011001 1111011 1110 0 10100 1011011 101000 101111 1010011 100001

Color Harmonies of #997B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997B0E

Black with #997B0E

Text Example


Text Example

White with #997B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997B0E; }

 p { color: rgb(153,123,14); }

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

background-color css

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

 a { background-color: rgb(153,123,14); }

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

border-color css

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

 span { border-color: rgb(153,123,14); }

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