Html Css Color HEX #A6690D Golden Brown

📋 copy color: '#A6690D'

red 166 ◦ green 105 ◦ blue 13

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

Shades of Golden Brown #A6690D

Tints of Golden Brown #A6690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.97%

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

R = 58.45%
G = 36.97%
B = 4.58%

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

#A6690D (or 0xA6690D) is known color: Golden Brown. HEX triplet: A6, 69 and 0D. RGB value is (166,105,13). Sum of RGB (Red+Green+Blue) = 166+105+13=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A6690D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6690D is #5996F2. Grayscale: #717171. Windows color (decimal): -5871347 or 879014. OLE color: 879014.

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

Color convert

RGB 166 105 13 -
CMYK 0 0.37 0.92 0.35
HSL 36.08º 0.85% 0.35% -
HSV(B) 36.08º 0.92% 0.65% -
XYZ 20.85 18.24 2.8 -
YUV 112.75 71.71 165.98 -
System Red Green Blue C M Y K H S L
Decimal 166 105 13 0 0.37 0.92 0.35 36.08 0.85 0.35
Hex A6 69 D 0 25 5C 23 24 55 23
Octal 246 151 15 0 45 134 43 44 125 43
Binary 10100110 1101001 1101 0 100101 1011100 100011 100100 1010101 100011

Color Harmonies of #A6690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6690D

Black with #A6690D

Text Example


Text Example

White with #A6690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6690D; }

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

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

background-color css

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

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

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

border-color css

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

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

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