Html Css Color HEX #926400 Golden Brown

📋 copy color: '#926400'

red 146 ◦ green 100 ◦ blue 0

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

Shades of Golden Brown #926400

Tints of Golden Brown #926400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.35%
G = 40.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#926400 (or 0x926400) is known color: Golden Brown. HEX triplet: 92, 64 and 00. RGB value is (146,100,0). Sum of RGB (Red+Green+Blue) = 146+100+0=246 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.35% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 146 - color contains mainly: red. Hex color #926400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926400 is #6D9BFF. Grayscale: #666666. Windows color (decimal): -7183360 or 25746. OLE color: 25746.

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

Color convert

RGB 146 100 0 -
CMYK 0 0.32 1 0.43
HSL 41.1º 1% 0.29% -
HSV(B) 41.1º 1% 0.57% -
XYZ 16.41 15.23 2.07 -
YUV 102.35 70.24 159.13 -
System Red Green Blue C M Y K H S L
Decimal 146 100 0 0 0.32 1 0.43 41.1 1 0.29
Hex 92 64 0 0 20 64 2B 29 64 1D
Octal 222 144 0 0 40 144 53 51 144 35
Binary 10010010 1100100 0 0 100000 1100100 101011 101001 1100100 11101

Color Harmonies of #926400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926400

Black with #926400

Text Example


Text Example

White with #926400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926400; }

 p { color: rgb(146,100,0); }

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

background-color css

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

 a { background-color: rgb(146,100,0); }

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

border-color css

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

 span { border-color: rgb(146,100,0); }

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