Html Css Color HEX #926013 Golden Brown

📋 copy color: '#926013'

red 146 ◦ green 96 ◦ blue 19

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

Shades of Golden Brown #926013

Tints of Golden Brown #926013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.78%

 BLUE value IS 19 (7.81% from 255) = 7.28%

R = 55.94%
G = 36.78%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#926013 (or 0x926013) is known color: Golden Brown. HEX triplet: 92, 60 and 13. RGB value is (146,96,19). Sum of RGB (Red+Green+Blue) = 146+96+19=261 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.94% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 146 - color contains mainly: red. Hex color #926013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926013 is #6D9FEC. Grayscale: #666666. Windows color (decimal): -7184365 or 1269906. OLE color: 1269906.

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

Color convert

RGB 146 96 19 -
CMYK 0 0.34 0.87 0.43
HSL 36.38º 0.77% 0.32% -
HSV(B) 36.38º 0.87% 0.57% -
XYZ 16.15 14.52 2.57 -
YUV 102.17 81.07 159.26 -
System Red Green Blue C M Y K H S L
Decimal 146 96 19 0 0.34 0.87 0.43 36.38 0.77 0.32
Hex 92 60 13 0 22 57 2B 24 4D 20
Octal 222 140 23 0 42 127 53 44 115 40
Binary 10010010 1100000 10011 0 100010 1010111 101011 100100 1001101 100000

Color Harmonies of #926013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926013

Black with #926013

Text Example


Text Example

White with #926013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926013; }

 p { color: rgb(146,96,19); }

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

background-color css

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

 a { background-color: rgb(146,96,19); }

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

border-color css

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

 span { border-color: rgb(146,96,19); }

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