Html Css Color HEX #A46706 Golden Brown

📋 copy color: '#A46706'

red 164 ◦ green 103 ◦ blue 6

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

Shades of Golden Brown #A46706

Tints of Golden Brown #A46706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.73%

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

R = 60.07%
G = 37.73%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A46706 (or 0xA46706) is known color: Golden Brown. HEX triplet: A4, 67 and 06. RGB value is (164,103,6). Sum of RGB (Red+Green+Blue) = 164+103+6=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A46706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46706 is #5B98F9. Grayscale: #6E6E6E. Windows color (decimal): -6002938 or 419748. OLE color: 419748.

HSL color Cylindrical-coordinate representation of color #A46706: hue angle of 36.84º 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 #A46706 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 103 6 -
CMYK 0 0.37 0.96 0.36
HSL 36.84º 0.93% 0.33% -
HSV(B) 36.84º 0.96% 0.64% -
XYZ 20.19 17.61 2.51 -
YUV 110.18 69.21 166.39 -
System Red Green Blue C M Y K H S L
Decimal 164 103 6 0 0.37 0.96 0.36 36.84 0.93 0.33
Hex A4 67 6 0 25 60 24 25 5D 21
Octal 244 147 6 0 45 140 44 45 135 41
Binary 10100100 1100111 110 0 100101 1100000 100100 100101 1011101 100001

Color Harmonies of #A46706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46706

Black with #A46706

Text Example


Text Example

White with #A46706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46706; }

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

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

background-color css

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

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

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

border-color css

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

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

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