#8A680A

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

Shades of Golden Brown #8A680A

Tints of Golden Brown #8A680A

Color information

#8A680A (or 0x8A680A) is unknown color: approx Golden Brown. HEX triplet: 8A, 68 and 0A. RGB value is (138,104,10). Sum of RGB (Red+Green+Blue) = 138+104+10=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A680A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A680A is #7597F5. Grayscale: #676767. Windows color (decimal): -7706614 or 682122. OLE color: 682122.

HSL color Cylindrical-coordinate representation of color #8A680A: hue angle of 44.06º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A680A is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB13810410-
CMYK00.250.930.46
HSL44.06º86.49%29.02%-
HSV(B)44.06º92.75%54.12%-
XYZ15.4915.332.43-
YUV103.4575.26152.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.76%
GREEN value IS 104 (41.02% from 255) = 41.27%
BLUE value IS 10 (4.30% from 255) = 3.97%
R=54.76%
G=41.27%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381041000.250.930.4644.0686.4929.02
Hex8A68A0195D2E2c561d
Octal21215012031135565412635
Binary10001010110100010100110011011101101110101100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A680A; }

 p { color: rgb(138,104,10); }

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

<style>
 a { background-color: #8A680A; }

 a { background-color: rgb(138,104,10); }

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

<style>
 span { border-color: #8A680A; }

 span { border-color: rgb(138,104,10); }

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