#A6631A

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

Shades of Golden Brown #A6631A

Tints of Golden Brown #A6631A

Color information

#A6631A (or 0xA6631A) is unknown color: approx Golden Brown. HEX triplet: A6, 63 and 1A. RGB value is (166,99,26). Sum of RGB (Red+Green+Blue) = 166+99+26=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A6631A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6631A is #599CE5. Grayscale: #6F6F6F. Windows color (decimal): -5872870 or 1729446. OLE color: 1729446.

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

Color convert

RGB1669926-
CMYK00.400.840.35
HSL31.29º72.92%37.65%-
HSV(B)31.29º84.34%65.1%-
XYZ20.3717.113.21-
YUV110.7180.2167.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.04%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 26 (10.55% from 255) = 8.93%
R=57.04%
G=34.02%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166992600.400.840.3531.2972.9237.65
HexA6631A02854231f4926
Octal24614332050124433711146
Binary1010011011000111101001010001010100100011111111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6631A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6631A; }

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

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

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

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

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

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

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

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