Html Css Color HEX #926210 Golden Brown

📋 copy color: '#926210'

red 146 ◦ green 98 ◦ blue 16

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

Shades of Golden Brown #926210

Tints of Golden Brown #926210

RGB

 RED value IS 146 (57.42% from 255) = 56.15%

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

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

R = 56.15%
G = 37.69%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#926210 (or 0x926210) is known color: Golden Brown. HEX triplet: 92, 62 and 10. RGB value is (146,98,16). Sum of RGB (Red+Green+Blue) = 146+98+16=260 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.15% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 146 - color contains mainly: red. Hex color #926210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926210 is #6D9DEF. Grayscale: #676767. Windows color (decimal): -7183856 or 1073810. OLE color: 1073810.

HSL color Cylindrical-coordinate representation of color #926210: hue angle of 37.85º 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 #926210 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 98 16 -
CMYK 0 0.33 0.89 0.43
HSL 37.85º 0.8% 0.32% -
HSV(B) 37.85º 0.89% 0.57% -
XYZ 16.32 14.88 2.5 -
YUV 103 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 146 98 16 0 0.33 0.89 0.43 37.85 0.8 0.32
Hex 92 62 10 0 21 59 2B 26 50 20
Octal 222 142 20 0 41 131 53 46 120 40
Binary 10010010 1100010 10000 0 100001 1011001 101011 100110 1010000 100000

Color Harmonies of #926210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926210

Black with #926210

Text Example


Text Example

White with #926210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926210; }

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

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

background-color css

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

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

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

border-color css

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

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

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