Html Css Color HEX #926E00 Golden Brown

📋 copy color: '#926E00'

red 146 ◦ green 110 ◦ blue 0

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

Shades of Golden Brown #926E00

Tints of Golden Brown #926E00

RGB

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

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

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

R = 57.03%
G = 42.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#926E00 (or 0x926E00) is known color: Golden Brown. HEX triplet: 92, 6E and 00. RGB value is (146,110,0). Sum of RGB (Red+Green+Blue) = 146+110+0=256 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.03% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 146 - color contains mainly: red. Hex color #926E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926E00 is #6D91FF. Grayscale: #6C6C6C. Windows color (decimal): -7180800 or 28306. OLE color: 28306.

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

Color convert

RGB 146 110 0 -
CMYK 0 0.25 1 0.43
HSL 45.21º 1% 0.29% -
HSV(B) 45.21º 1% 0.57% -
XYZ 17.43 17.26 2.41 -
YUV 108.22 66.93 154.94 -
System Red Green Blue C M Y K H S L
Decimal 146 110 0 0 0.25 1 0.43 45.21 1 0.29
Hex 92 6E 0 0 19 64 2B 2D 64 1D
Octal 222 156 0 0 31 144 53 55 144 35
Binary 10010010 1101110 0 0 11001 1100100 101011 101101 1100100 11101

Color Harmonies of #926E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926E00

Black with #926E00

Text Example


Text Example

White with #926E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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