Html Css Color HEX #946316 Golden Brown

📋 copy color: '#946316'

red 148 ◦ green 99 ◦ blue 22

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

Shades of Golden Brown #946316

Tints of Golden Brown #946316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.8%

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

R = 55.02%
G = 36.8%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#946316 (or 0x946316) is known color: Golden Brown. HEX triplet: 94, 63 and 16. RGB value is (148,99,22). Sum of RGB (Red+Green+Blue) = 148+99+22=269 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.02% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 148 - color contains mainly: red. Hex color #946316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946316 is #6B9CE9. Grayscale: #696969. Windows color (decimal): -7052522 or 1467284. OLE color: 1467284.

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

Color convert

RGB 148 99 22 -
CMYK 0 0.33 0.85 0.42
HSL 36.67º 0.74% 0.33% -
HSV(B) 36.67º 0.85% 0.58% -
XYZ 16.82 15.28 2.82 -
YUV 104.87 81.23 158.76 -
System Red Green Blue C M Y K H S L
Decimal 148 99 22 0 0.33 0.85 0.42 36.67 0.74 0.33
Hex 94 63 16 0 21 55 2A 25 4A 21
Octal 224 143 26 0 41 125 52 45 112 41
Binary 10010100 1100011 10110 0 100001 1010101 101010 100101 1001010 100001

Color Harmonies of #946316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946316

Black with #946316

Text Example


Text Example

White with #946316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946316; }

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

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

background-color css

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

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

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

border-color css

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

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

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