Html Css Color HEX #A66D15 Golden Brown

📋 copy color: '#A66D15'

red 166 ◦ green 109 ◦ blue 21

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

Shades of Golden Brown #A66D15

Tints of Golden Brown #A66D15

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.82%

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

R = 56.08%
G = 36.82%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A66D15 (or 0xA66D15) is known color: Golden Brown. HEX triplet: A6, 6D and 15. RGB value is (166,109,21). Sum of RGB (Red+Green+Blue) = 166+109+21=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66D15 is #5992EA. Grayscale: #747474. Windows color (decimal): -5870315 or 1404326. OLE color: 1404326.

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

Color convert

RGB 166 109 21 -
CMYK 0 0.34 0.87 0.35
HSL 36.41º 0.78% 0.37% -
HSV(B) 36.41º 0.87% 0.65% -
XYZ 21.33 19.1 3.27 -
YUV 116.01 74.38 163.66 -
System Red Green Blue C M Y K H S L
Decimal 166 109 21 0 0.34 0.87 0.35 36.41 0.78 0.37
Hex A6 6D 15 0 22 57 23 24 4E 25
Octal 246 155 25 0 42 127 43 44 116 45
Binary 10100110 1101101 10101 0 100010 1010111 100011 100100 1001110 100101

Color Harmonies of #A66D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66D15

Black with #A66D15

Text Example


Text Example

White with #A66D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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