Html Css Color HEX #946911 Golden Brown

📋 copy color: '#946911'

red 148 ◦ green 105 ◦ blue 17

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

Shades of Golden Brown #946911

Tints of Golden Brown #946911

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.89%

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

R = 54.81%
G = 38.89%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#946911 (or 0x946911) is known color: Golden Brown. HEX triplet: 94, 69 and 11. RGB value is (148,105,17). Sum of RGB (Red+Green+Blue) = 148+105+17=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #946911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946911 is #6B96EE. Grayscale: #6C6C6C. Windows color (decimal): -7050991 or 1141140. OLE color: 1141140.

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

Color convert

RGB 148 105 17 -
CMYK 0 0.29 0.89 0.42
HSL 40.31º 0.79% 0.32% -
HSV(B) 40.31º 0.89% 0.58% -
XYZ 17.37 16.44 2.79 -
YUV 107.83 76.75 156.66 -
System Red Green Blue C M Y K H S L
Decimal 148 105 17 0 0.29 0.89 0.42 40.31 0.79 0.32
Hex 94 69 11 0 1D 59 2A 28 4F 20
Octal 224 151 21 0 35 131 52 50 117 40
Binary 10010100 1101001 10001 0 11101 1011001 101010 101000 1001111 100000

Color Harmonies of #946911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946911

Black with #946911

Text Example


Text Example

White with #946911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946911; }

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

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

background-color css

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

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

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

border-color css

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

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

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