#946F01

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

Shades of Golden Brown #946F01

Tints of Golden Brown #946F01

Color information

#946F01 (or 0x946F01) is unknown color: approx Golden Brown. HEX triplet: 94, 6F and 01. RGB value is (148,111,1). Sum of RGB (Red+Green+Blue) = 148+111+1=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #946F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946F01 is #6B90FE. Grayscale: #6D6D6D. Windows color (decimal): -7049471 or 94100. OLE color: 94100.

HSL color Cylindrical-coordinate representation of color #946F01: hue angle of 44.9º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #946F01 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB1481111-
CMYK00.250.990.42
HSL44.9º98.66%29.22%-
HSV(B)44.9º99.32%58.04%-
XYZ17.917.672.5-
YUV109.5266.76155.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.92%
GREEN value IS 111 (43.75% from 255) = 42.69%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=56.92%
G=42.69%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148111100.250.990.4244.998.6629.22
Hex946F1019632A2d631d
Octal2241571031143525514335
Binary10010100110111110110011100011101010101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946F01; }

 p { color: rgb(148,111,1); }

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

<style>
 a { background-color: #946F01; }

 a { background-color: rgb(148,111,1); }

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

<style>
 span { border-color: #946F01; }

 span { border-color: rgb(148,111,1); }

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