#9A6712

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

Shades of Golden Brown #9A6712

Tints of Golden Brown #9A6712

Color information

#9A6712 (or 0x9A6712) is unknown color: approx Golden Brown. HEX triplet: 9A, 67 and 12. RGB value is (154,103,18). Sum of RGB (Red+Green+Blue) = 154+103+18=275 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6712 is #6598ED. Grayscale: #6C6C6C. Windows color (decimal): -6658286 or 1206170. OLE color: 1206170.

HSL color Cylindrical-coordinate representation of color #9A6712: hue angle of 37.5º degrees, saturation: 0.79, 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 #9A6712 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB15410318-
CMYK00.330.880.40
HSL37.5º79.07%33.73%-
HSV(B)37.5º88.31%60.39%-
XYZ18.2916.612.82-
YUV108.5676.9160.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 56%
GREEN value IS 103 (40.62% from 255) = 37.45%
BLUE value IS 18 (7.42% from 255) = 6.55%
R=56%
G=37.45%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541031800.330.880.4037.579.0733.73
Hex9A67120215828264f22
Octal23214722041130504611742
Binary10011010110011110010010000110110001010001001101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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