#99671C

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

Shades of Golden Brown #99671C

Tints of Golden Brown #99671C

Color information

#99671C (or 0x99671C) is unknown color: approx Golden Brown. HEX triplet: 99, 67 and 1C. RGB value is (153,103,28). Sum of RGB (Red+Green+Blue) = 153+103+28=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #99671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99671C is #6698E3. Grayscale: #6D6D6D. Windows color (decimal): -6723812 or 1861529. OLE color: 1861529.

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

Color convert

RGB15310328-
CMYK00.330.820.4
HSL36º69.06%35.49%-
HSV(B)36º81.7%60%-
XYZ18.216.563.34-
YUV109.482.06159.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.87%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 28 (11.33% from 255) = 9.86%
R=53.87%
G=36.27%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531032800.330.820.43669.0635.49
Hex99671C0215228244523
Octal23114734041122504410543
Binary10011001110011111100010000110100101010001001001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99671C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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