Html Css Color HEX #A66708 Golden Brown

📋 copy color: '#A66708'

red 166 ◦ green 103 ◦ blue 8

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

Shades of Golden Brown #A66708

Tints of Golden Brown #A66708

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.18%

 BLUE value IS 8 (3.52% from 255) = 2.89%

R = 59.93%
G = 37.18%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A66708 (or 0xA66708) is known color: Golden Brown. HEX triplet: A6, 67 and 08. RGB value is (166,103,8). Sum of RGB (Red+Green+Blue) = 166+103+8=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A66708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66708 is #5998F7. Grayscale: #6F6F6F. Windows color (decimal): -5871864 or 550822. OLE color: 550822.

HSL color Cylindrical-coordinate representation of color #A66708: hue angle of 36.08º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A66708 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 103 8 -
CMYK 0 0.38 0.95 0.35
HSL 36.08º 0.91% 0.34% -
HSV(B) 36.08º 0.95% 0.65% -
XYZ 20.62 17.83 2.58 -
YUV 111.01 69.87 167.22 -
System Red Green Blue C M Y K H S L
Decimal 166 103 8 0 0.38 0.95 0.35 36.08 0.91 0.34
Hex A6 67 8 0 26 5F 23 24 5B 22
Octal 246 147 10 0 46 137 43 44 133 42
Binary 10100110 1100111 1000 0 100110 1011111 100011 100100 1011011 100010

Color Harmonies of #A66708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66708

Black with #A66708

Text Example


Text Example

White with #A66708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66708; }

 p { color: rgb(166,103,8); }

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

background-color css

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

 a { background-color: rgb(166,103,8); }

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

border-color css

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

 span { border-color: rgb(166,103,8); }

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