Html Css Color HEX #946A11 Golden Brown

📋 copy color: '#946A11'

red 148 ◦ green 106 ◦ blue 17

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

Shades of Golden Brown #946A11

Tints of Golden Brown #946A11

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.11%

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

R = 54.61%
G = 39.11%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#946A11 (or 0x946A11) is known color: Golden Brown. HEX triplet: 94, 6A and 11. RGB value is (148,106,17). Sum of RGB (Red+Green+Blue) = 148+106+17=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #946A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946A11 is #6B95EE. Grayscale: #6C6C6C. Windows color (decimal): -7050735 or 1141396. OLE color: 1141396.

HSL color Cylindrical-coordinate representation of color #946A11: hue angle of 40.76º 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 #946A11 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 106 17 -
CMYK 0 0.28 0.89 0.42
HSL 40.76º 0.79% 0.32% -
HSV(B) 40.76º 0.89% 0.58% -
XYZ 17.47 16.64 2.82 -
YUV 108.41 76.41 156.24 -
System Red Green Blue C M Y K H S L
Decimal 148 106 17 0 0.28 0.89 0.42 40.76 0.79 0.32
Hex 94 6A 11 0 1C 59 2A 29 4F 20
Octal 224 152 21 0 34 131 52 51 117 40
Binary 10010100 1101010 10001 0 11100 1011001 101010 101001 1001111 100000

Color Harmonies of #946A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A11

Black with #946A11

Text Example


Text Example

White with #946A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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