Shades of Golden Brown #94641C
Tints of Golden Brown #94641C
RGB
CMYK
RGB Variations
Color information
#94641C (or 0x94641C) is known color: Golden Brown. HEX triplet: 94, 64 and 1C. RGB value is (148,100,28). Sum of RGB (Red+Green+Blue) = 148+100+28=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #94641C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94641C is #6B9BE3. Grayscale: #6A6A6A. Windows color (decimal): -7052260 or 1860756. OLE color: 1860756.
HSL color Cylindrical-coordinate representation of color #94641C: hue angle of 36º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94641C is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 28 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.42 |
| HSL | 36º | 0.68% | 0.35% | - |
| HSV(B) | 36º | 0.81% | 0.58% | - |
| XYZ | 16.98 | 15.49 | 3.19 | - |
| YUV | 106.14 | 83.9 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 28 | 0 | 0.32 | 0.81 | 0.42 | 36 | 0.68 | 0.35 |
| Hex | 94 | 64 | 1C | 0 | 20 | 51 | 2A | 24 | 44 | 23 |
| Octal | 224 | 144 | 34 | 0 | 40 | 121 | 52 | 44 | 104 | 43 |
| Binary | 10010100 | 1100100 | 11100 | 0 | 100000 | 1010001 | 101010 | 100100 | 1000100 | 100011 |
Color Harmonies of #94641C
Complementary color
Monochromatic Colors of #94641C
Black with #94641C
Text Example
Text Example
White with #94641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94641C; }
p { color: rgb(148,100,28); }
H1.HeaderClassName
{
color: #94641C;
}
.AnyTagClassName
{
color: #94641C;
}
</style>
background-color css
<style>
a { background-color: #94641C; }
a { background-color: rgb(148,100,28); }
div.DivClassName
{
background-color: #94641C;
}
.BgClassName
{
background-color: #94641C;
}
</style>
border-color css
<style>
span { border-color: #94641C; }
span { border-color: rgb(148,100,28); }
td.TdClassName
{
border-color: #94641C;
}
.TagClassName
{
border-color: #94641C;
}
</style>