Html Css Color HEX #946811 Golden Brown

📋 copy color: '#946811'

red 148 ◦ green 104 ◦ blue 17

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

Shades of Golden Brown #946811

Tints of Golden Brown #946811

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.66%

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

R = 55.02%
G = 38.66%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#946811 (or 0x946811) is known color: Golden Brown. HEX triplet: 94, 68 and 11. RGB value is (148,104,17). Sum of RGB (Red+Green+Blue) = 148+104+17=269 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.02% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 148 - color contains mainly: red. Hex color #946811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946811 is #6B97EE. Grayscale: #6B6B6B. Windows color (decimal): -7051247 or 1140884. OLE color: 1140884.

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

Color convert

RGB 148 104 17 -
CMYK 0 0.30 0.89 0.42
HSL 39.85º 0.79% 0.32% -
HSV(B) 39.85º 0.89% 0.58% -
XYZ 17.26 16.24 2.75 -
YUV 107.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 148 104 17 0 0.30 0.89 0.42 39.85 0.79 0.32
Hex 94 68 11 0 1E 59 2A 28 4F 20
Octal 224 150 21 0 36 131 52 50 117 40
Binary 10010100 1101000 10001 0 11110 1011001 101010 101000 1001111 100000

Color Harmonies of #946811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946811

Black with #946811

Text Example


Text Example

White with #946811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946811; }

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

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

background-color css

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

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

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

border-color css

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

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

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