Html Css Color HEX #926315 Golden Brown

📋 copy color: '#926315'

red 146 ◦ green 99 ◦ blue 21

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

Shades of Golden Brown #926315

Tints of Golden Brown #926315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.89%

R = 54.89%
G = 37.22%
B = 7.89%

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

#926315 (or 0x926315) is known color: Golden Brown. HEX triplet: 92, 63 and 15. RGB value is (146,99,21). Sum of RGB (Red+Green+Blue) = 146+99+21=266 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.89% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 146 - color contains mainly: red. Hex color #926315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926315 is #6D9CEA. Grayscale: #686868. Windows color (decimal): -7183595 or 1401746. OLE color: 1401746.

HSL color Cylindrical-coordinate representation of color #926315: hue angle of 37.44º degrees, saturation: 0.75, 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 #926315 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 99 21 -
CMYK 0 0.32 0.86 0.43
HSL 37.44º 0.75% 0.33% -
HSV(B) 37.44º 0.86% 0.57% -
XYZ 16.45 15.09 2.75 -
YUV 104.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 146 99 21 0 0.32 0.86 0.43 37.44 0.75 0.33
Hex 92 63 15 0 20 56 2B 25 4B 21
Octal 222 143 25 0 40 126 53 45 113 41
Binary 10010010 1100011 10101 0 100000 1010110 101011 100101 1001011 100001

Color Harmonies of #926315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926315

Black with #926315

Text Example


Text Example

White with #926315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926315; }

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

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

background-color css

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

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

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

border-color css

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

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

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