#98601C

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

Shades of Golden Brown #98601C

Tints of Golden Brown #98601C

Color information

#98601C (or 0x98601C) is unknown color: approx Golden Brown. HEX triplet: 98, 60 and 1C. RGB value is (152,96,28). Sum of RGB (Red+Green+Blue) = 152+96+28=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #98601C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98601C is #679FE3. Grayscale: #696969. Windows color (decimal): -6791140 or 1859736. OLE color: 1859736.

HSL color Cylindrical-coordinate representation of color #98601C: hue angle of 32.9º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98601C is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1529628-
CMYK00.370.820.40
HSL32.9º68.89%35.29%-
HSV(B)32.9º81.58%59.61%-
XYZ17.3415.123.1-
YUV104.9984.55161.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.07%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 28 (11.33% from 255) = 10.14%
R=55.07%
G=34.78%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152962800.370.820.4032.968.8935.29
Hex98601C0255228214523
Octal23014034045122504110543
Binary10011000110000011100010010110100101010001000011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98601C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,96,28); }

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

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

 a { background-color: rgb(152,96,28); }

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

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

 span { border-color: rgb(152,96,28); }

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