Html Css Color HEX #946511 Golden Brown

📋 copy color: '#946511'

red 148 ◦ green 101 ◦ blue 17

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

Shades of Golden Brown #946511

Tints of Golden Brown #946511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.97%

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

R = 55.64%
G = 37.97%
B = 6.39%

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

#946511 (or 0x946511) is known color: Golden Brown. HEX triplet: 94, 65 and 11. RGB value is (148,101,17). Sum of RGB (Red+Green+Blue) = 148+101+17=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #946511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946511 is #6B9AEE. Grayscale: #696969. Windows color (decimal): -7052015 or 1140116. OLE color: 1140116.

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

Color convert

RGB 148 101 17 -
CMYK 0 0.32 0.89 0.42
HSL 38.47º 0.79% 0.32% -
HSV(B) 38.47º 0.89% 0.58% -
XYZ 16.97 15.64 2.66 -
YUV 105.48 78.07 158.33 -
System Red Green Blue C M Y K H S L
Decimal 148 101 17 0 0.32 0.89 0.42 38.47 0.79 0.32
Hex 94 65 11 0 20 59 2A 26 4F 20
Octal 224 145 21 0 40 131 52 46 117 40
Binary 10010100 1100101 10001 0 100000 1011001 101010 100110 1001111 100000

Color Harmonies of #946511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946511

Black with #946511

Text Example


Text Example

White with #946511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946511; }

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

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

background-color css

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

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

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

border-color css

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

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

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