#99681C

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

Shades of Golden Brown #99681C

Tints of Golden Brown #99681C

Color information

#99681C (or 0x99681C) is unknown color: approx Golden Brown. HEX triplet: 99, 68 and 1C. RGB value is (153,104,28). Sum of RGB (Red+Green+Blue) = 153+104+28=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #99681C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99681C is #6697E3. Grayscale: #6E6E6E. Windows color (decimal): -6723556 or 1861785. OLE color: 1861785.

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

Color convert

RGB15310428-
CMYK00.320.820.4
HSL36.48º69.06%35.49%-
HSV(B)36.48º81.7%60%-
XYZ18.316.763.37-
YUV109.9981.73158.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 28 (11.33% from 255) = 9.82%
R=53.68%
G=36.49%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531042800.320.820.436.4869.0635.49
Hex99681C0205228244523
Octal23115034040122504410543
Binary10011001110100011100010000010100101010001001001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99681C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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