Html Css Color HEX #946916 Golden Brown

📋 copy color: '#946916'

red 148 ◦ green 105 ◦ blue 22

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

Shades of Golden Brown #946916

Tints of Golden Brown #946916

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.18%

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

R = 53.82%
G = 38.18%
B = 8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#946916 (or 0x946916) is known color: Golden Brown. HEX triplet: 94, 69 and 16. RGB value is (148,105,22). Sum of RGB (Red+Green+Blue) = 148+105+22=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #946916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946916 is #6B96E9. Grayscale: #6C6C6C. Windows color (decimal): -7050986 or 1468820. OLE color: 1468820.

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

Color convert

RGB 148 105 22 -
CMYK 0 0.29 0.85 0.42
HSL 39.52º 0.74% 0.33% -
HSV(B) 39.52º 0.85% 0.58% -
XYZ 17.41 16.46 3.02 -
YUV 108.4 79.25 156.25 -
System Red Green Blue C M Y K H S L
Decimal 148 105 22 0 0.29 0.85 0.42 39.52 0.74 0.33
Hex 94 69 16 0 1D 55 2A 28 4A 21
Octal 224 151 26 0 35 125 52 50 112 41
Binary 10010100 1101001 10110 0 11101 1010101 101010 101000 1001010 100001

Color Harmonies of #946916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946916

Black with #946916

Text Example


Text Example

White with #946916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946916; }

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

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

background-color css

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

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

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

border-color css

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

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

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