#94680A

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

Shades of Golden Brown #94680A

Tints of Golden Brown #94680A

Color information

#94680A (or 0x94680A) is unknown color: approx Golden Brown. HEX triplet: 94, 68 and 0A. RGB value is (148,104,10). Sum of RGB (Red+Green+Blue) = 148+104+10=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #94680A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94680A is #6B97F5. Grayscale: #6A6A6A. Windows color (decimal): -7051254 or 682132. OLE color: 682132.

HSL color Cylindrical-coordinate representation of color #94680A: hue angle of 40.87º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94680A is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14810410-
CMYK00.300.930.42
HSL40.87º87.34%30.98%-
HSV(B)40.87º93.24%58.04%-
XYZ17.2216.222.51-
YUV106.4473.58157.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.49%
GREEN value IS 104 (41.02% from 255) = 39.69%
BLUE value IS 10 (4.30% from 255) = 3.82%
R=56.49%
G=39.69%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481041000.300.930.4240.8787.3430.98
Hex9468A01E5D2A29571f
Octal22415012036135525112737
Binary10010100110100010100111101011101101010101001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94680A; }

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

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

<style>
 a { background-color: #94680A; }

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

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

<style>
 span { border-color: #94680A; }

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

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