Html Css Color HEX #926F00 Golden Brown

📋 copy color: '#926F00'

red 146 ◦ green 111 ◦ blue 0

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

Shades of Golden Brown #926F00

Tints of Golden Brown #926F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.19%

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

R = 56.81%
G = 43.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#926F00 (or 0x926F00) is known color: Golden Brown. HEX triplet: 92, 6F and 00. RGB value is (146,111,0). Sum of RGB (Red+Green+Blue) = 146+111+0=257 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.81% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 146 - color contains mainly: red. Hex color #926F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926F00 is #6D90FF. Grayscale: #6D6D6D. Windows color (decimal): -7180544 or 28562. OLE color: 28562.

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

Color convert

RGB 146 111 0 -
CMYK 0 0.24 1 0.43
HSL 45.62º 1% 0.29% -
HSV(B) 45.62º 1% 0.57% -
XYZ 17.54 17.48 2.45 -
YUV 108.81 66.6 154.53 -
System Red Green Blue C M Y K H S L
Decimal 146 111 0 0 0.24 1 0.43 45.62 1 0.29
Hex 92 6F 0 0 18 64 2B 2E 64 1D
Octal 222 157 0 0 30 144 53 56 144 35
Binary 10010010 1101111 0 0 11000 1100100 101011 101110 1100100 11101

Color Harmonies of #926F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926F00

Black with #926F00

Text Example


Text Example

White with #926F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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