Html Css Color HEX #916214 Golden Brown

📋 copy color: '#916214'

red 145 ◦ green 98 ◦ blue 20

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

Shades of Golden Brown #916214

Tints of Golden Brown #916214

RGB

 RED value IS 145 (57.03% from 255) = 55.13%

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

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

R = 55.13%
G = 37.26%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#916214 (or 0x916214) is known color: Golden Brown. HEX triplet: 91, 62 and 14. RGB value is (145,98,20). Sum of RGB (Red+Green+Blue) = 145+98+20=263 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.13% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 145 - color contains mainly: red. Hex color #916214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916214 is #6E9DEB. Grayscale: #676767. Windows color (decimal): -7249388 or 1335953. OLE color: 1335953.

HSL color Cylindrical-coordinate representation of color #916214: hue angle of 37.44º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #916214 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 98 20 -
CMYK 0 0.32 0.86 0.43
HSL 37.44º 0.76% 0.32% -
HSV(B) 37.44º 0.86% 0.57% -
XYZ 16.17 14.81 2.67 -
YUV 103.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 145 98 20 0 0.32 0.86 0.43 37.44 0.76 0.32
Hex 91 62 14 0 20 56 2B 25 4C 20
Octal 221 142 24 0 40 126 53 45 114 40
Binary 10010001 1100010 10100 0 100000 1010110 101011 100101 1001100 100000

Color Harmonies of #916214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916214

Black with #916214

Text Example


Text Example

White with #916214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916214; }

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

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

background-color css

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

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

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

border-color css

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

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

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