Html Css Color HEX #946514 Golden Brown

📋 copy color: '#946514'

red 148 ◦ green 101 ◦ blue 20

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

Shades of Golden Brown #946514

Tints of Golden Brown #946514

RGB

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

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

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

R = 55.02%
G = 37.55%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#946514 (or 0x946514) is known color: Golden Brown. HEX triplet: 94, 65 and 14. RGB value is (148,101,20). Sum of RGB (Red+Green+Blue) = 148+101+20=269 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.02% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 148 - color contains mainly: red. Hex color #946514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946514 is #6B9AEB. Grayscale: #6A6A6A. Windows color (decimal): -7052012 or 1336724. OLE color: 1336724.

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

Color convert

RGB 148 101 20 -
CMYK 0 0.32 0.86 0.42
HSL 37.97º 0.76% 0.33% -
HSV(B) 37.97º 0.86% 0.58% -
XYZ 16.99 15.65 2.79 -
YUV 105.82 79.57 158.09 -
System Red Green Blue C M Y K H S L
Decimal 148 101 20 0 0.32 0.86 0.42 37.97 0.76 0.33
Hex 94 65 14 0 20 56 2A 26 4C 21
Octal 224 145 24 0 40 126 52 46 114 41
Binary 10010100 1100101 10100 0 100000 1010110 101010 100110 1001100 100001

Color Harmonies of #946514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946514

Black with #946514

Text Example


Text Example

White with #946514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946514; }

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

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

background-color css

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

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

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

border-color css

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

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

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