Html Css Color HEX #A66115 Golden Brown

📋 copy color: '#A66115'

red 166 ◦ green 97 ◦ blue 21

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

Shades of Golden Brown #A66115

Tints of Golden Brown #A66115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.15%

 BLUE value IS 21 (8.59% from 255) = 7.39%

R = 58.45%
G = 34.15%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A66115 (or 0xA66115) is known color: Golden Brown. HEX triplet: A6, 61 and 15. RGB value is (166,97,21). Sum of RGB (Red+Green+Blue) = 166+97+21=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A66115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66115 is #599EEA. Grayscale: #6D6D6D. Windows color (decimal): -5873387 or 1401254. OLE color: 1401254.

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

Color convert

RGB 166 97 21 -
CMYK 0 0.42 0.87 0.35
HSL 31.45º 0.78% 0.37% -
HSV(B) 31.45º 0.87% 0.65% -
XYZ 20.14 16.71 2.87 -
YUV 108.97 78.36 168.68 -
System Red Green Blue C M Y K H S L
Decimal 166 97 21 0 0.42 0.87 0.35 31.45 0.78 0.37
Hex A6 61 15 0 2A 57 23 1F 4E 25
Octal 246 141 25 0 52 127 43 37 116 45
Binary 10100110 1100001 10101 0 101010 1010111 100011 11111 1001110 100101

Color Harmonies of #A66115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66115

Black with #A66115

Text Example


Text Example

White with #A66115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66115; }

 p { color: rgb(166,97,21); }

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

background-color css

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

 a { background-color: rgb(166,97,21); }

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

border-color css

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

 span { border-color: rgb(166,97,21); }

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