Html Css Color HEX #946804 Golden Brown

📋 copy color: '#946804'

red 148 ◦ green 104 ◦ blue 4

#946804
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #946804

Tints of Golden Brown #946804

RGB

 RED value IS 148 (58.2% from 255) = 57.81%

 GREEN value IS 104 (41.02% from 255) = 40.63%

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 57.81%
G = 40.63%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#946804 (or 0x946804) is known color: Golden Brown. HEX triplet: 94, 68 and 04. RGB value is (148,104,4). Sum of RGB (Red+Green+Blue) = 148+104+4=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #946804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946804 is #6B97FB. Grayscale: #6A6A6A. Windows color (decimal): -7051260 or 288916. OLE color: 288916.

HSL color Cylindrical-coordinate representation of color #946804: hue angle of 41.67º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #946804 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 104 4 -
CMYK 0 0.30 0.97 0.42
HSL 41.67º 0.95% 0.3% -
HSV(B) 41.67º 0.97% 0.58% -
XYZ 17.18 16.21 2.34 -
YUV 105.76 70.58 158.13 -
System Red Green Blue C M Y K H S L
Decimal 148 104 4 0 0.30 0.97 0.42 41.67 0.95 0.3
Hex 94 68 4 0 1E 61 2A 2A 5F 1E
Octal 224 150 4 0 36 141 52 52 137 36
Binary 10010100 1101000 100 0 11110 1100001 101010 101010 1011111 11110

Color Harmonies of #946804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946804

Black with #946804

Text Example


Text Example

White with #946804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946804; }

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

 H1.HeaderClassName
 {
   color: #946804;
 }
 .AnyTagClassName
 {
   color: #946804;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #946804;
 }
 .BgClassName
 {
   background-color: #946804;
 }
</style>

border-color css

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

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

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