Html Css Color HEX #946411 Golden Brown

📋 copy color: '#946411'

red 148 ◦ green 100 ◦ blue 17

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

Shades of Golden Brown #946411

Tints of Golden Brown #946411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.42%

R = 55.85%
G = 37.74%
B = 6.42%

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

#946411 (or 0x946411) is known color: Golden Brown. HEX triplet: 94, 64 and 11. RGB value is (148,100,17). Sum of RGB (Red+Green+Blue) = 148+100+17=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #946411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946411 is #6B9BEE. Grayscale: #696969. Windows color (decimal): -7052271 or 1139860. OLE color: 1139860.

HSL color Cylindrical-coordinate representation of color #946411: hue angle of 38.02º degrees, saturation: 0.79, 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 #946411 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 100 17 -
CMYK 0 0.32 0.89 0.42
HSL 38.02º 0.79% 0.32% -
HSV(B) 38.02º 0.89% 0.58% -
XYZ 16.87 15.45 2.62 -
YUV 104.89 78.4 158.75 -
System Red Green Blue C M Y K H S L
Decimal 148 100 17 0 0.32 0.89 0.42 38.02 0.79 0.32
Hex 94 64 11 0 20 59 2A 26 4F 20
Octal 224 144 21 0 40 131 52 46 117 40
Binary 10010100 1100100 10001 0 100000 1011001 101010 100110 1001111 100000

Color Harmonies of #946411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946411

Black with #946411

Text Example


Text Example

White with #946411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946411; }

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

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

background-color css

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

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

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

border-color css

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

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

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