Html Css Color HEX #A6680D Golden Brown

📋 copy color: '#A6680D'

red 166 ◦ green 104 ◦ blue 13

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

Shades of Golden Brown #A6680D

Tints of Golden Brown #A6680D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.75%

 BLUE value IS 13 (5.47% from 255) = 4.59%

R = 58.66%
G = 36.75%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6680D (or 0xA6680D) is known color: Golden Brown. HEX triplet: A6, 68 and 0D. RGB value is (166,104,13). Sum of RGB (Red+Green+Blue) = 166+104+13=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A6680D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6680D is #5997F2. Grayscale: #707070. Windows color (decimal): -5871603 or 878758. OLE color: 878758.

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

Color convert

RGB 166 104 13 -
CMYK 0 0.37 0.92 0.35
HSL 35.69º 0.85% 0.35% -
HSV(B) 35.69º 0.92% 0.65% -
XYZ 20.75 18.04 2.77 -
YUV 112.16 72.04 166.4 -
System Red Green Blue C M Y K H S L
Decimal 166 104 13 0 0.37 0.92 0.35 35.69 0.85 0.35
Hex A6 68 D 0 25 5C 23 24 55 23
Octal 246 150 15 0 45 134 43 44 125 43
Binary 10100110 1101000 1101 0 100101 1011100 100011 100100 1010101 100011

Color Harmonies of #A6680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6680D

Black with #A6680D

Text Example


Text Example

White with #A6680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6680D; }

 p { color: rgb(166,104,13); }

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

background-color css

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

 a { background-color: rgb(166,104,13); }

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

border-color css

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

 span { border-color: rgb(166,104,13); }

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