Html Css Color HEX #997F0D Hacienda

📋 copy color: '#997F0D'

red 153 ◦ green 127 ◦ blue 13

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

Shades of Hacienda #997F0D

Tints of Hacienda #997F0D

RGB

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

 GREEN value IS 127 (50% from 255) = 43.34%

 BLUE value IS 13 (5.47% from 255) = 4.44%

R = 52.22%
G = 43.34%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#997F0D (or 0x997F0D) is known color: Hacienda. HEX triplet: 99, 7F and 0D. RGB value is (153,127,13). Sum of RGB (Red+Green+Blue) = 153+127+13=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #997F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997F0D is #6680F2. Grayscale: #7A7A7A. Windows color (decimal): -6717683 or 884633. OLE color: 884633.

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

Color convert

RGB 153 127 13 -
CMYK 0 0.17 0.92 0.4
HSL 48.86º 0.84% 0.33% -
HSV(B) 48.86º 0.92% 0.6% -
XYZ 20.8 21.98 3.53 -
YUV 121.78 66.61 150.27 -
System Red Green Blue C M Y K H S L
Decimal 153 127 13 0 0.17 0.92 0.4 48.86 0.84 0.33
Hex 99 7F D 0 11 5C 28 31 54 21
Octal 231 177 15 0 21 134 50 61 124 41
Binary 10011001 1111111 1101 0 10001 1011100 101000 110001 1010100 100001

Color Harmonies of #997F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F0D

Black with #997F0D

Text Example


Text Example

White with #997F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,127,13); }

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

background-color css

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

 a { background-color: rgb(153,127,13); }

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

border-color css

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

 span { border-color: rgb(153,127,13); }

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