Html Css Color HEX #946516 Golden Brown

📋 copy color: '#946516'

red 148 ◦ green 101 ◦ blue 22

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

Shades of Golden Brown #946516

Tints of Golden Brown #946516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.12%

R = 54.61%
G = 37.27%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#946516 (or 0x946516) is known color: Golden Brown. HEX triplet: 94, 65 and 16. RGB value is (148,101,22). Sum of RGB (Red+Green+Blue) = 148+101+22=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #946516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946516 is #6B9AE9. Grayscale: #6A6A6A. Windows color (decimal): -7052010 or 1467796. OLE color: 1467796.

HSL color Cylindrical-coordinate representation of color #946516: hue angle of 37.62º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #946516 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 101 22 -
CMYK 0 0.32 0.85 0.42
HSL 37.62º 0.74% 0.33% -
HSV(B) 37.62º 0.85% 0.58% -
XYZ 17.01 15.66 2.89 -
YUV 106.05 80.57 157.92 -
System Red Green Blue C M Y K H S L
Decimal 148 101 22 0 0.32 0.85 0.42 37.62 0.74 0.33
Hex 94 65 16 0 20 55 2A 26 4A 21
Octal 224 145 26 0 40 125 52 46 112 41
Binary 10010100 1100101 10110 0 100000 1010101 101010 100110 1001010 100001

Color Harmonies of #946516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946516

Black with #946516

Text Example


Text Example

White with #946516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946516; }

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

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

background-color css

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

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

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

border-color css

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

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

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