#99601C

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

Shades of Golden Brown #99601C

Tints of Golden Brown #99601C

Color information

#99601C (or 0x99601C) is unknown color: approx Golden Brown. HEX triplet: 99, 60 and 1C. RGB value is (153,96,28). Sum of RGB (Red+Green+Blue) = 153+96+28=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #99601C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99601C is #669FE3. Grayscale: #696969. Windows color (decimal): -6725604 or 1859737. OLE color: 1859737.

HSL color Cylindrical-coordinate representation of color #99601C: hue angle of 32.64º 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 #99601C is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB1539628-
CMYK00.370.820.4
HSL32.64º69.06%35.49%-
HSV(B)32.64º81.7%60%-
XYZ17.5315.223.11-
YUV105.2984.38162.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 28 (11.33% from 255) = 10.11%
R=55.23%
G=34.66%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153962800.370.820.432.6469.0635.49
Hex99601C0255228214523
Octal23114034045122504110543
Binary10011001110000011100010010110100101010001000011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99601C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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