#9A6813

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

Shades of Golden Brown #9A6813

Tints of Golden Brown #9A6813

Color information

#9A6813 (or 0x9A6813) is unknown color: approx Golden Brown. HEX triplet: 9A, 68 and 13. RGB value is (154,104,19). Sum of RGB (Red+Green+Blue) = 154+104+19=277 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.60% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6813 is #6597EC. Grayscale: #6D6D6D. Windows color (decimal): -6658029 or 1271962. OLE color: 1271962.

HSL color Cylindrical-coordinate representation of color #9A6813: hue angle of 37.78º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A6813 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB15410419-
CMYK00.320.880.40
HSL37.78º78.03%33.92%-
HSV(B)37.78º87.66%60.39%-
XYZ18.3916.822.89-
YUV109.2677.06159.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 55.60%
GREEN value IS 104 (41.02% from 255) = 37.55%
BLUE value IS 19 (7.81% from 255) = 6.86%
R=55.60%
G=37.55%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541041900.320.880.4037.7878.0333.92
Hex9A68130205828264e22
Octal23215023040130504611642
Binary10011010110100010011010000010110001010001001101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,104,19); }

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

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

 a { background-color: rgb(154,104,19); }

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

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

 span { border-color: rgb(154,104,19); }

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