Html Css Color HEX #A46506 Golden Brown

📋 copy color: '#A46506'

red 164 ◦ green 101 ◦ blue 6

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

Shades of Golden Brown #A46506

Tints of Golden Brown #A46506

RGB

 RED value IS 164 (64.45% from 255) = 60.52%

 GREEN value IS 101 (39.84% from 255) = 37.27%

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

R = 60.52%
G = 37.27%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A46506 (or 0xA46506) is known color: Golden Brown. HEX triplet: A4, 65 and 06. RGB value is (164,101,6). Sum of RGB (Red+Green+Blue) = 164+101+6=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A46506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46506 is #5B9AF9. Grayscale: #6D6D6D. Windows color (decimal): -6003450 or 419236. OLE color: 419236.

HSL color Cylindrical-coordinate representation of color #A46506: hue angle of 36.08º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A46506 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 101 6 -
CMYK 0 0.38 0.96 0.36
HSL 36.08º 0.93% 0.33% -
HSV(B) 36.08º 0.96% 0.64% -
XYZ 20 17.21 2.44 -
YUV 109.01 69.87 167.22 -
System Red Green Blue C M Y K H S L
Decimal 164 101 6 0 0.38 0.96 0.36 36.08 0.93 0.33
Hex A4 65 6 0 26 60 24 24 5D 21
Octal 244 145 6 0 46 140 44 44 135 41
Binary 10100100 1100101 110 0 100110 1100000 100100 100100 1011101 100001

Color Harmonies of #A46506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46506

Black with #A46506

Text Example


Text Example

White with #A46506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46506; }

 p { color: rgb(164,101,6); }

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

background-color css

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

 a { background-color: rgb(164,101,6); }

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

border-color css

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

 span { border-color: rgb(164,101,6); }

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