#97781C

Color #97781C Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #97781C

Tints of Hacienda #97781C

Color information

#97781C (or 0x97781C) is unknown color: approx Hacienda. HEX triplet: 97, 78 and 1C. RGB value is (151,120,28). Sum of RGB (Red+Green+Blue) = 151+120+28=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #97781C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97781C is #6887E3. Grayscale: #777777. Windows color (decimal): -6850532 or 1865879. OLE color: 1865879.

HSL color Cylindrical-coordinate representation of color #97781C: hue angle of 44.88º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97781C is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB15112028-
CMYK00.210.810.41
HSL44.88º68.72%35.1%-
HSV(B)44.88º81.46%59.22%-
XYZ19.6920.13.94-
YUV118.7876.77150.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.50%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 28 (11.33% from 255) = 9.36%
R=50.50%
G=40.13%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511202800.210.810.4144.8868.7235.1
Hex97781C01551292d4523
Octal22717034025121515510543
Binary1001011111110001110001010110100011010011011011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97781C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97781C; }

 p { color: rgb(151,120,28); }

 H1.HeaderClassName
 {
   color: #97781C;
 }
 .AnyTagClassName
 {
   color: #97781C;
 }
</style>
background-color css

<style>
 a { background-color: #97781C; }

 a { background-color: rgb(151,120,28); }

 div.DivClassName
 {
   background-color: #97781C;
 }
 .BgClassName
 {
   background-color: #97781C;
 }
</style>
border-color css

<style>
 span { border-color: #97781C; }

 span { border-color: rgb(151,120,28); }

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