Html Css Color HEX #946011 Golden Brown

📋 copy color: '#946011'

red 148 ◦ green 96 ◦ blue 17

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

Shades of Golden Brown #946011

Tints of Golden Brown #946011

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.78%

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

R = 56.7%
G = 36.78%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#946011 (or 0x946011) is known color: Golden Brown. HEX triplet: 94, 60 and 11. RGB value is (148,96,17). Sum of RGB (Red+Green+Blue) = 148+96+17=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #946011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946011 is #6B9FEE. Grayscale: #666666. Windows color (decimal): -7053295 or 1138836. OLE color: 1138836.

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

Color convert

RGB 148 96 17 -
CMYK 0 0.35 0.89 0.42
HSL 36.18º 0.79% 0.32% -
HSV(B) 36.18º 0.89% 0.58% -
XYZ 16.5 14.7 2.5 -
YUV 102.54 79.73 160.42 -
System Red Green Blue C M Y K H S L
Decimal 148 96 17 0 0.35 0.89 0.42 36.18 0.79 0.32
Hex 94 60 11 0 23 59 2A 24 4F 20
Octal 224 140 21 0 43 131 52 44 117 40
Binary 10010100 1100000 10001 0 100011 1011001 101010 100100 1001111 100000

Color Harmonies of #946011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946011

Black with #946011

Text Example


Text Example

White with #946011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946011; }

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

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

background-color css

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

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

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

border-color css

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

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

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