#a6631f

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

Shades of Golden Brown #A6631F

Tints of Golden Brown #A6631F

Color information

#A6631F (or 0xA6631F) is unknown color: approx Golden Brown. HEX triplet: A6, 63 and 1F. RGB value is (166,99,31). Sum of RGB (Red+Green+Blue) = 166+99+31=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A6631F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6631F is #599CE0. Grayscale: #6F6F6F. Windows color (decimal): -5872865 or 2057126. OLE color: 2057126.

HSL color Cylindrical-coordinate representation of color #A6631F: hue angle of 30.22º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6631F is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1669931-
CMYK00.400.810.35
HSL30.22º68.53%38.63%-
HSV(B)30.22º81.33%65.1%-
XYZ20.4417.133.53-
YUV111.2882.7167.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.08%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 31 (12.5% from 255) = 10.47%
R=56.08%
G=33.45%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166993100.400.810.3530.2268.5338.63
HexA6631F02851231e4527
Octal24614337050121433610547
Binary1010011011000111111101010001010001100011111101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6631f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6631f; }

 p { color: rgb(166,99,31); }

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

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

 a { background-color: rgb(166,99,31); }

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

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

 span { border-color: rgb(166,99,31); }

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