Html Css Color HEX #946914 Golden Brown

📋 copy color: '#946914'

red 148 ◦ green 105 ◦ blue 20

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

Shades of Golden Brown #946914

Tints of Golden Brown #946914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.33%

R = 54.21%
G = 38.46%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#946914 (or 0x946914) is known color: Golden Brown. HEX triplet: 94, 69 and 14. RGB value is (148,105,20). Sum of RGB (Red+Green+Blue) = 148+105+20=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #946914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946914 is #6B96EB. Grayscale: #6C6C6C. Windows color (decimal): -7050988 or 1337748. OLE color: 1337748.

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

Color convert

RGB 148 105 20 -
CMYK 0 0.29 0.86 0.42
HSL 39.84º 0.76% 0.33% -
HSV(B) 39.84º 0.86% 0.58% -
XYZ 17.39 16.45 2.92 -
YUV 108.17 78.25 156.41 -
System Red Green Blue C M Y K H S L
Decimal 148 105 20 0 0.29 0.86 0.42 39.84 0.76 0.33
Hex 94 69 14 0 1D 56 2A 28 4C 21
Octal 224 151 24 0 35 126 52 50 114 41
Binary 10010100 1101001 10100 0 11101 1010110 101010 101000 1001100 100001

Color Harmonies of #946914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946914

Black with #946914

Text Example


Text Example

White with #946914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946914; }

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

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

background-color css

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

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

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

border-color css

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

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

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