Html Css Color HEX #926314 Golden Brown

📋 copy color: '#926314'

red 146 ◦ green 99 ◦ blue 20

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

Shades of Golden Brown #926314

Tints of Golden Brown #926314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.36%

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

R = 55.09%
G = 37.36%
B = 7.55%

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

#926314 (or 0x926314) is known color: Golden Brown. HEX triplet: 92, 63 and 14. RGB value is (146,99,20). Sum of RGB (Red+Green+Blue) = 146+99+20=265 (35% of max value = 765). Red value is 146 (57.42% from 255 or 55.09% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 146 - color contains mainly: red. Hex color #926314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926314 is #6D9CEB. Grayscale: #686868. Windows color (decimal): -7183596 or 1336210. OLE color: 1336210.

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

Color convert

RGB 146 99 20 -
CMYK 0 0.32 0.86 0.43
HSL 37.62º 0.76% 0.33% -
HSV(B) 37.62º 0.86% 0.57% -
XYZ 16.44 15.09 2.71 -
YUV 104.05 80.57 157.92 -
System Red Green Blue C M Y K H S L
Decimal 146 99 20 0 0.32 0.86 0.43 37.62 0.76 0.33
Hex 92 63 14 0 20 56 2B 26 4C 21
Octal 222 143 24 0 40 126 53 46 114 41
Binary 10010010 1100011 10100 0 100000 1010110 101011 100110 1001100 100001

Color Harmonies of #926314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926314

Black with #926314

Text Example


Text Example

White with #926314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926314; }

 p { color: rgb(146,99,20); }

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

background-color css

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

 a { background-color: rgb(146,99,20); }

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

border-color css

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

 span { border-color: rgb(146,99,20); }

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