#92661F

Color #92661F Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #92661F

Tints of Golden Brown #92661F

Color information

#92661F (or 0x92661F) is unknown color: approx Golden Brown. HEX triplet: 92, 66 and 1F. RGB value is (146,102,31). Sum of RGB (Red+Green+Blue) = 146+102+31=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #92661F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92661F is #6D99E0. Grayscale: #6B6B6B. Windows color (decimal): -7182817 or 2057874. OLE color: 2057874.

HSL color Cylindrical-coordinate representation of color #92661F: hue angle of 37.04º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #92661F is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB14610231-
CMYK00.300.790.43
HSL37.04º64.97%34.71%-
HSV(B)37.04º78.77%57.25%-
XYZ16.8515.713.44-
YUV107.0685.08155.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.33%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=52.33%
G=36.56%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461023100.300.790.4337.0464.9734.71
Hex92661F01E4F2B254123
Octal22214637036117534510143
Binary1001001011001101111101111010011111010111001011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92661F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92661F; }

 p { color: rgb(146,102,31); }

 H1.HeaderClassName
 {
   color: #92661F;
 }
 .AnyTagClassName
 {
   color: #92661F;
 }
</style>
background-color css

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

 a { background-color: rgb(146,102,31); }

 div.DivClassName
 {
   background-color: #92661F;
 }
 .BgClassName
 {
   background-color: #92661F;
 }
</style>
border-color css

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

 span { border-color: rgb(146,102,31); }

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