#9A671C

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

Shades of Golden Brown #9A671C

Tints of Golden Brown #9A671C

Color information

#9A671C (or 0x9A671C) is unknown color: approx Golden Brown. HEX triplet: 9A, 67 and 1C. RGB value is (154,103,28). Sum of RGB (Red+Green+Blue) = 154+103+28=285 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.04% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 154 - color contains mainly: red. Hex color #9A671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A671C is #6598E3. Grayscale: #6E6E6E. Windows color (decimal): -6658276 or 1861530. OLE color: 1861530.

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

Color convert

RGB15410328-
CMYK00.330.820.40
HSL35.71º69.23%35.69%-
HSV(B)35.71º81.82%60.39%-
XYZ18.3916.653.34-
YUV109.781.9159.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 54.04%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 28 (11.33% from 255) = 9.82%
R=54.04%
G=36.14%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541032800.330.820.4035.7169.2335.69
Hex9A671C0215228244524
Octal23214734041122504410544
Binary10011010110011111100010000110100101010001001001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A671C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A671C; }

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

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

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

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

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

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

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

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