Html Css Color HEX #946805 Golden Brown

📋 copy color: '#946805'

red 148 ◦ green 104 ◦ blue 5

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

Shades of Golden Brown #946805

Tints of Golden Brown #946805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 57.59%
G = 40.47%
B = 1.95%

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

#946805 (or 0x946805) is known color: Golden Brown. HEX triplet: 94, 68 and 05. RGB value is (148,104,5). Sum of RGB (Red+Green+Blue) = 148+104+5=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #946805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946805 is #6B97FA. Grayscale: #6A6A6A. Windows color (decimal): -7051259 or 354452. OLE color: 354452.

HSL color Cylindrical-coordinate representation of color #946805: hue angle of 41.54º degrees, saturation: 0.93, 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 #946805 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 104 5 -
CMYK 0 0.30 0.97 0.42
HSL 41.54º 0.93% 0.3% -
HSV(B) 41.54º 0.97% 0.58% -
XYZ 17.19 16.21 2.37 -
YUV 105.87 71.08 158.05 -
System Red Green Blue C M Y K H S L
Decimal 148 104 5 0 0.30 0.97 0.42 41.54 0.93 0.3
Hex 94 68 5 0 1E 61 2A 2A 5D 1E
Octal 224 150 5 0 36 141 52 52 135 36
Binary 10010100 1101000 101 0 11110 1100001 101010 101010 1011101 11110

Color Harmonies of #946805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946805

Black with #946805

Text Example


Text Example

White with #946805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946805; }

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

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

background-color css

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

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

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

border-color css

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

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

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