#94691A

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

Shades of Golden Brown #94691A

Tints of Golden Brown #94691A

Color information

#94691A (or 0x94691A) is unknown color: approx Golden Brown. HEX triplet: 94, 69 and 1A. RGB value is (148,105,26). Sum of RGB (Red+Green+Blue) = 148+105+26=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #94691A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94691A is #6B96E5. Grayscale: #6D6D6D. Windows color (decimal): -7050982 or 1730964. OLE color: 1730964.

HSL color Cylindrical-coordinate representation of color #94691A: hue angle of 38.85º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94691A is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB14810526-
CMYK00.290.820.42
HSL38.85º70.11%34.12%-
HSV(B)38.85º82.43%58.04%-
XYZ17.4516.473.24-
YUV108.8581.25155.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.05%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 26 (10.55% from 255) = 9.32%
R=53.05%
G=37.63%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481052600.290.820.4238.8570.1134.12
Hex94691A01D522A274622
Octal22415132035122524710642
Binary1001010011010011101001110110100101010101001111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,105,26); }

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

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

 a { background-color: rgb(148,105,26); }

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

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

 span { border-color: rgb(148,105,26); }

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