#A65B0B

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

Shades of Golden Brown #A65B0B

Tints of Golden Brown #A65B0B

Color information

#A65B0B (or 0xA65B0B) is unknown color: approx Golden Brown. HEX triplet: A6, 5B and 0B. RGB value is (166,91,11). Sum of RGB (Red+Green+Blue) = 166+91+11=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65B0B is #59A4F4. Grayscale: #686868. Windows color (decimal): -5874933 or 744358. OLE color: 744358.

HSL color Cylindrical-coordinate representation of color #A65B0B: hue angle of 30.97º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A65B0B is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB1669111-
CMYK00.450.930.35
HSL30.97º87.57%34.71%-
HSV(B)30.97º93.37%65.1%-
XYZ19.5315.612.3-
YUV104.375.35172-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.94%
GREEN value IS 91 (35.94% from 255) = 33.96%
BLUE value IS 11 (4.69% from 255) = 4.10%
R=61.94%
G=33.96%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166911100.450.930.3530.9787.5734.71
HexA65BB02D5D231f5823
Octal24613313055135433713043
Binary101001101011011101101011011011101100011111111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65B0B; }

 p { color: rgb(166,91,11); }

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

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

 a { background-color: rgb(166,91,11); }

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

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

 span { border-color: rgb(166,91,11); }

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