Html Css Color HEX #A66413 Golden Brown

📋 copy color: '#A66413'

red 166 ◦ green 100 ◦ blue 19

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

Shades of Golden Brown #A66413

Tints of Golden Brown #A66413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.09%

 BLUE value IS 19 (7.81% from 255) = 6.67%

R = 58.25%
G = 35.09%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A66413 (or 0xA66413) is known color: Golden Brown. HEX triplet: A6, 64 and 13. RGB value is (166,100,19). Sum of RGB (Red+Green+Blue) = 166+100+19=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A66413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66413 is #599BEC. Grayscale: #6E6E6E. Windows color (decimal): -5872621 or 1270950. OLE color: 1270950.

HSL color Cylindrical-coordinate representation of color #A66413: hue angle of 33.06º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A66413 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 100 19 -
CMYK 0 0.40 0.89 0.35
HSL 33.06º 0.79% 0.36% -
HSV(B) 33.06º 0.89% 0.65% -
XYZ 20.4 17.27 2.87 -
YUV 110.5 76.37 167.59 -
System Red Green Blue C M Y K H S L
Decimal 166 100 19 0 0.40 0.89 0.35 33.06 0.79 0.36
Hex A6 64 13 0 28 59 23 21 4F 24
Octal 246 144 23 0 50 131 43 41 117 44
Binary 10100110 1100100 10011 0 101000 1011001 100011 100001 1001111 100100

Color Harmonies of #A66413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66413

Black with #A66413

Text Example


Text Example

White with #A66413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66413; }

 p { color: rgb(166,100,19); }

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

background-color css

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

 a { background-color: rgb(166,100,19); }

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

border-color css

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

 span { border-color: rgb(166,100,19); }

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