#978063

Color #978063 Sorrell Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorrell Brown #978063

Tints of Sorrell Brown #978063

Color information

#978063 (or 0x978063) is unknown color: approx Sorrell Brown. HEX triplet: 97, 80 and 63. RGB value is (151,128,99). Sum of RGB (Red+Green+Blue) = 151+128+99=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #978063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978063 is #687F9C. Grayscale: #838383. Windows color (decimal): -6848413 or 6520983. OLE color: 6520983.

HSL color Cylindrical-coordinate representation of color #978063: hue angle of 33.46º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #978063 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB15112899-
CMYK00.150.340.41
HSL33.46º20.8%49.02%-
HSV(B)33.46º34.44%59.22%-
XYZ22.7322.9215.03-
YUV131.57109.62141.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 99 (39.06% from 255) = 26.19%
R=39.95%
G=33.86%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511289900.150.340.4133.4620.849.02
Hex9780630F2229211531
Octal2272001430174251412561
Binary100101111000000011000110111110001010100110000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978063; }

 p { color: rgb(151,128,99); }

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

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

 a { background-color: rgb(151,128,99); }

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

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

 span { border-color: rgb(151,128,99); }

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