Html Css Color HEX #916210 Golden Brown

📋 copy color: '#916210'

red 145 ◦ green 98 ◦ blue 16

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

Shades of Golden Brown #916210

Tints of Golden Brown #916210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 55.98%
G = 37.84%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#916210 (or 0x916210) is known color: Golden Brown. HEX triplet: 91, 62 and 10. RGB value is (145,98,16). Sum of RGB (Red+Green+Blue) = 145+98+16=259 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.98% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 145 - color contains mainly: red. Hex color #916210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916210 is #6E9DEF. Grayscale: #676767. Windows color (decimal): -7249392 or 1073809. OLE color: 1073809.

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

Color convert

RGB 145 98 16 -
CMYK 0 0.32 0.89 0.43
HSL 38.14º 0.8% 0.32% -
HSV(B) 38.14º 0.89% 0.57% -
XYZ 16.14 14.79 2.49 -
YUV 102.71 79.07 158.17 -
System Red Green Blue C M Y K H S L
Decimal 145 98 16 0 0.32 0.89 0.43 38.14 0.8 0.32
Hex 91 62 10 0 20 59 2B 26 50 20
Octal 221 142 20 0 40 131 53 46 120 40
Binary 10010001 1100010 10000 0 100000 1011001 101011 100110 1010000 100000

Color Harmonies of #916210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916210

Black with #916210

Text Example


Text Example

White with #916210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916210; }

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

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

background-color css

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

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

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

border-color css

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

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

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