Html Css Color HEX #A66101 Golden Brown

📋 copy color: '#A66101'

red 166 ◦ green 97 ◦ blue 1

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

Shades of Golden Brown #A66101

Tints of Golden Brown #A66101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 62.88%
G = 36.74%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A66101 (or 0xA66101) is known color: Golden Brown. HEX triplet: A6, 61 and 01. RGB value is (166,97,1). Sum of RGB (Red+Green+Blue) = 166+97+1=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A66101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66101 is #599EFE. Grayscale: #6B6B6B. Windows color (decimal): -5873407 or 90534. OLE color: 90534.

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

Color convert

RGB 166 97 1 -
CMYK 0 0.42 0.99 0.35
HSL 34.91º 0.99% 0.33% -
HSV(B) 34.91º 0.99% 0.65% -
XYZ 20.01 16.66 2.19 -
YUV 106.69 68.36 170.31 -
System Red Green Blue C M Y K H S L
Decimal 166 97 1 0 0.42 0.99 0.35 34.91 0.99 0.33
Hex A6 61 1 0 2A 63 23 23 63 21
Octal 246 141 1 0 52 143 43 43 143 41
Binary 10100110 1100001 1 0 101010 1100011 100011 100011 1100011 100001

Color Harmonies of #A66101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66101

Black with #A66101

Text Example


Text Example

White with #A66101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66101; }

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

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

background-color css

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

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

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

border-color css

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

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

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