Html Css Color HEX #946F11 Golden Brown

📋 copy color: '#946F11'

red 148 ◦ green 111 ◦ blue 17

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

Shades of Golden Brown #946F11

Tints of Golden Brown #946F11

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.22%

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

R = 53.62%
G = 40.22%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#946F11 (or 0x946F11) is known color: Golden Brown. HEX triplet: 94, 6F and 11. RGB value is (148,111,17). Sum of RGB (Red+Green+Blue) = 148+111+17=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #946F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946F11 is #6B90EE. Grayscale: #6F6F6F. Windows color (decimal): -7049455 or 1142676. OLE color: 1142676.

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

Color convert

RGB 148 111 17 -
CMYK 0 0.25 0.89 0.42
HSL 43.05º 0.79% 0.32% -
HSV(B) 43.05º 0.89% 0.58% -
XYZ 18 17.71 3 -
YUV 111.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 148 111 17 0 0.25 0.89 0.42 43.05 0.79 0.32
Hex 94 6F 11 0 19 59 2A 2B 4F 20
Octal 224 157 21 0 31 131 52 53 117 40
Binary 10010100 1101111 10001 0 11001 1011001 101010 101011 1001111 100000

Color Harmonies of #946F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F11

Black with #946F11

Text Example


Text Example

White with #946F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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