#9A621F

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

Shades of Golden Brown #9A621F

Tints of Golden Brown #9A621F

Color information

#9A621F (or 0x9A621F) is unknown color: approx Golden Brown. HEX triplet: 9A, 62 and 1F. RGB value is (154,98,31). Sum of RGB (Red+Green+Blue) = 154+98+31=283 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.42% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 154 - color contains mainly: red. Hex color #9A621F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A621F is #659DE0. Grayscale: #6B6B6B. Windows color (decimal): -6659553 or 2056858. OLE color: 2056858.

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

Color convert

RGB1549831-
CMYK00.360.800.40
HSL32.68º66.49%36.27%-
HSV(B)32.68º79.87%60.39%-
XYZ17.9415.73.38-
YUV107.1185.05161.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 54.42%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 31 (12.5% from 255) = 10.95%
R=54.42%
G=34.63%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154983100.360.800.4032.6866.4936.27
Hex9A621F0245028214224
Octal23214237044120504110244
Binary10011010110001011111010010010100001010001000011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A621F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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