Html Css Color HEX #946D16 Golden Brown

📋 copy color: '#946D16'

red 148 ◦ green 109 ◦ blue 22

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

Shades of Golden Brown #946D16

Tints of Golden Brown #946D16

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.07%

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

R = 53.05%
G = 39.07%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#946D16 (or 0x946D16) is known color: Golden Brown. HEX triplet: 94, 6D and 16. RGB value is (148,109,22). Sum of RGB (Red+Green+Blue) = 148+109+22=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #946D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946D16 is #6B92E9. Grayscale: #6F6F6F. Windows color (decimal): -7049962 or 1469844. OLE color: 1469844.

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

Color convert

RGB 148 109 22 -
CMYK 0 0.26 0.85 0.42
HSL 41.43º 0.74% 0.33% -
HSV(B) 41.43º 0.85% 0.58% -
XYZ 17.83 17.29 3.16 -
YUV 110.74 77.92 154.57 -
System Red Green Blue C M Y K H S L
Decimal 148 109 22 0 0.26 0.85 0.42 41.43 0.74 0.33
Hex 94 6D 16 0 1A 55 2A 29 4A 21
Octal 224 155 26 0 32 125 52 51 112 41
Binary 10010100 1101101 10110 0 11010 1010101 101010 101001 1001010 100001

Color Harmonies of #946D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946D16

Black with #946D16

Text Example


Text Example

White with #946D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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