#9A621C

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

Shades of Golden Brown #9A621C

Tints of Golden Brown #9A621C

Color information

#9A621C (or 0x9A621C) is unknown color: approx Golden Brown. HEX triplet: 9A, 62 and 1C. RGB value is (154,98,28). Sum of RGB (Red+Green+Blue) = 154+98+28=280 (37% of max value = 765). Red value is 154 (60.55% from 255 or 55% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 154 - color contains mainly: red. Hex color #9A621C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A621C is #659DE3. Grayscale: #6B6B6B. Windows color (decimal): -6659556 or 1860250. OLE color: 1860250.

HSL color Cylindrical-coordinate representation of color #9A621C: hue angle of 33.33º 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 #9A621C is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1549828-
CMYK00.360.820.40
HSL33.33º69.23%35.69%-
HSV(B)33.33º81.82%60.39%-
XYZ17.915.693.18-
YUV106.7683.55161.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 55%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 28 (11.33% from 255) = 10%
R=55%
G=35%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154982800.360.820.4033.3369.2335.69
Hex9A621C0245228214524
Octal23214234044122504110544
Binary10011010110001011100010010010100101010001000011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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