Html Css Color HEX #926E13 Golden Brown

📋 copy color: '#926E13'

red 146 ◦ green 110 ◦ blue 19

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

Shades of Golden Brown #926E13

Tints of Golden Brown #926E13

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40%

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

R = 53.09%
G = 40%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#926E13 (or 0x926E13) is known color: Golden Brown. HEX triplet: 92, 6E and 13. RGB value is (146,110,19). Sum of RGB (Red+Green+Blue) = 146+110+19=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #926E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926E13 is #6D91EC. Grayscale: #6E6E6E. Windows color (decimal): -7180781 or 1273490. OLE color: 1273490.

HSL color Cylindrical-coordinate representation of color #926E13: hue angle of 42.99º 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 #926E13 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 110 19 -
CMYK 0 0.25 0.87 0.43
HSL 42.99º 0.77% 0.32% -
HSV(B) 42.99º 0.87% 0.57% -
XYZ 17.55 17.31 3.03 -
YUV 110.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 146 110 19 0 0.25 0.87 0.43 42.99 0.77 0.32
Hex 92 6E 13 0 19 57 2B 2B 4D 20
Octal 222 156 23 0 31 127 53 53 115 40
Binary 10010010 1101110 10011 0 11001 1010111 101011 101011 1001101 100000

Color Harmonies of #926E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926E13

Black with #926E13

Text Example


Text Example

White with #926E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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