Html Css Color HEX #946410 Golden Brown

📋 copy color: '#946410'

red 148 ◦ green 100 ◦ blue 16

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

Shades of Golden Brown #946410

Tints of Golden Brown #946410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.88%

 BLUE value IS 16 (6.64% from 255) = 6.06%

R = 56.06%
G = 37.88%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#946410 (or 0x946410) is known color: Golden Brown. HEX triplet: 94, 64 and 10. RGB value is (148,100,16). Sum of RGB (Red+Green+Blue) = 148+100+16=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #946410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946410 is #6B9BEF. Grayscale: #696969. Windows color (decimal): -7052272 or 1074324. OLE color: 1074324.

HSL color Cylindrical-coordinate representation of color #946410: hue angle of 38.18º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #946410 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 100 16 -
CMYK 0 0.32 0.89 0.42
HSL 38.18º 0.8% 0.32% -
HSV(B) 38.18º 0.89% 0.58% -
XYZ 16.86 15.45 2.58 -
YUV 104.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 148 100 16 0 0.32 0.89 0.42 38.18 0.8 0.32
Hex 94 64 10 0 20 59 2A 26 50 20
Octal 224 144 20 0 40 131 52 46 120 40
Binary 10010100 1100100 10000 0 100000 1011001 101010 100110 1010000 100000

Color Harmonies of #946410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946410

Black with #946410

Text Example


Text Example

White with #946410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946410; }

 p { color: rgb(148,100,16); }

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

background-color css

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

 a { background-color: rgb(148,100,16); }

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

border-color css

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

 span { border-color: rgb(148,100,16); }

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