Html Css Color HEX #946614 Golden Brown

📋 copy color: '#946614'

red 148 ◦ green 102 ◦ blue 20

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

Shades of Golden Brown #946614

Tints of Golden Brown #946614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.78%

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

R = 54.81%
G = 37.78%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#946614 (or 0x946614) is known color: Golden Brown. HEX triplet: 94, 66 and 14. RGB value is (148,102,20). Sum of RGB (Red+Green+Blue) = 148+102+20=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #946614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946614 is #6B99EB. Grayscale: #6A6A6A. Windows color (decimal): -7051756 or 1336980. OLE color: 1336980.

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

Color convert

RGB 148 102 20 -
CMYK 0 0.31 0.86 0.42
HSL 38.44º 0.76% 0.33% -
HSV(B) 38.44º 0.86% 0.58% -
XYZ 17.09 15.85 2.82 -
YUV 106.41 79.24 157.67 -
System Red Green Blue C M Y K H S L
Decimal 148 102 20 0 0.31 0.86 0.42 38.44 0.76 0.33
Hex 94 66 14 0 1F 56 2A 26 4C 21
Octal 224 146 24 0 37 126 52 46 114 41
Binary 10010100 1100110 10100 0 11111 1010110 101010 100110 1001100 100001

Color Harmonies of #946614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946614

Black with #946614

Text Example


Text Example

White with #946614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946614; }

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

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

background-color css

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

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

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

border-color css

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

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

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