Html Css Color HEX #A65506 Golden Brown

📋 copy color: '#A65506'

red 166 ◦ green 85 ◦ blue 6

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

Shades of Golden Brown #A65506

Tints of Golden Brown #A65506

RGB

 RED value IS 166 (65.23% from 255) = 64.59%

 GREEN value IS 85 (33.59% from 255) = 33.07%

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 64.59%
G = 33.07%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A65506 (or 0xA65506) is known color: Golden Brown. HEX triplet: A6, 55 and 06. RGB value is (166,85,6). Sum of RGB (Red+Green+Blue) = 166+85+6=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A65506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65506 is #59AAF9. Grayscale: #646464. Windows color (decimal): -5876474 or 415142. OLE color: 415142.

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

Color convert

RGB 166 85 6 -
CMYK 0 0.49 0.96 0.35
HSL 29.63º 0.93% 0.34% -
HSV(B) 29.63º 0.96% 0.65% -
XYZ 19.01 14.62 1.99 -
YUV 100.21 74.84 174.92 -
System Red Green Blue C M Y K H S L
Decimal 166 85 6 0 0.49 0.96 0.35 29.63 0.93 0.34
Hex A6 55 6 0 31 60 23 1E 5D 22
Octal 246 125 6 0 61 140 43 36 135 42
Binary 10100110 1010101 110 0 110001 1100000 100011 11110 1011101 100010

Color Harmonies of #A65506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65506

Black with #A65506

Text Example


Text Example

White with #A65506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65506; }

 p { color: rgb(166,85,6); }

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

background-color css

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

 a { background-color: rgb(166,85,6); }

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

border-color css

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

 span { border-color: rgb(166,85,6); }

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