Html Css Color HEX #946214 Golden Brown

📋 copy color: '#946214'

red 148 ◦ green 98 ◦ blue 20

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

Shades of Golden Brown #946214

Tints of Golden Brown #946214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.84%

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

R = 55.64%
G = 36.84%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#946214 (or 0x946214) is known color: Golden Brown. HEX triplet: 94, 62 and 14. RGB value is (148,98,20). Sum of RGB (Red+Green+Blue) = 148+98+20=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #946214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946214 is #6B9DEB. Grayscale: #686868. Windows color (decimal): -7052780 or 1335956. OLE color: 1335956.

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

Color convert

RGB 148 98 20 -
CMYK 0 0.34 0.86 0.42
HSL 36.56º 0.76% 0.33% -
HSV(B) 36.56º 0.86% 0.58% -
XYZ 16.71 15.08 2.69 -
YUV 104.06 80.57 159.34 -
System Red Green Blue C M Y K H S L
Decimal 148 98 20 0 0.34 0.86 0.42 36.56 0.76 0.33
Hex 94 62 14 0 22 56 2A 25 4C 21
Octal 224 142 24 0 42 126 52 45 114 41
Binary 10010100 1100010 10100 0 100010 1010110 101010 100101 1001100 100001

Color Harmonies of #946214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946214

Black with #946214

Text Example


Text Example

White with #946214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946214; }

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

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

background-color css

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

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

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

border-color css

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

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

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