Html Css Color HEX #978A0F Hacienda

📋 copy color: '#978A0F'

red 151 ◦ green 138 ◦ blue 15

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

Shades of Hacienda #978A0F

Tints of Hacienda #978A0F

RGB

 RED value IS 151 (59.38% from 255) = 49.67%

 GREEN value IS 138 (54.3% from 255) = 45.39%

 BLUE value IS 15 (6.25% from 255) = 4.93%

R = 49.67%
G = 45.39%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#978A0F (or 0x978A0F) is known color: Hacienda. HEX triplet: 97, 8A and 0F. RGB value is (151,138,15). Sum of RGB (Red+Green+Blue) = 151+138+15=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #978A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978A0F is #6875F0. Grayscale: #808080. Windows color (decimal): -6845937 or 1018519. OLE color: 1018519.

HSL color Cylindrical-coordinate representation of color #978A0F: hue angle of 54.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #978A0F is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 138 15 -
CMYK 0 0.09 0.90 0.41
HSL 54.26º 0.82% 0.33% -
HSV(B) 54.26º 0.9% 0.59% -
XYZ 21.94 24.79 4.08 -
YUV 127.87 64.31 144.5 -
System Red Green Blue C M Y K H S L
Decimal 151 138 15 0 0.09 0.90 0.41 54.26 0.82 0.33
Hex 97 8A F 0 9 5A 29 36 52 21
Octal 227 212 17 0 11 132 51 66 122 41
Binary 10010111 10001010 1111 0 1001 1011010 101001 110110 1010010 100001

Color Harmonies of #978A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978A0F

Black with #978A0F

Text Example


Text Example

White with #978A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978A0F; }

 p { color: rgb(151,138,15); }

 H1.HeaderClassName
 {
   color: #978A0F;
 }
 .AnyTagClassName
 {
   color: #978A0F;
 }
</style>

background-color css

<style>
 a { background-color: #978A0F; }

 a { background-color: rgb(151,138,15); }

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

border-color css

<style>
 span { border-color: #978A0F; }

 span { border-color: rgb(151,138,15); }

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