Html Css Color HEX #A66908 Golden Brown

📋 copy color: '#A66908'

red 166 ◦ green 105 ◦ blue 8

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

Shades of Golden Brown #A66908

Tints of Golden Brown #A66908

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.63%

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

R = 59.5%
G = 37.63%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A66908 (or 0xA66908) is known color: Golden Brown. HEX triplet: A6, 69 and 08. RGB value is (166,105,8). Sum of RGB (Red+Green+Blue) = 166+105+8=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A66908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66908 is #5996F7. Grayscale: #707070. Windows color (decimal): -5871352 or 551334. OLE color: 551334.

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

Color convert

RGB 166 105 8 -
CMYK 0 0.37 0.95 0.35
HSL 36.84º 0.91% 0.34% -
HSV(B) 36.84º 0.95% 0.65% -
XYZ 20.82 18.23 2.65 -
YUV 112.18 69.21 166.39 -
System Red Green Blue C M Y K H S L
Decimal 166 105 8 0 0.37 0.95 0.35 36.84 0.91 0.34
Hex A6 69 8 0 25 5F 23 25 5B 22
Octal 246 151 10 0 45 137 43 45 133 42
Binary 10100110 1101001 1000 0 100101 1011111 100011 100101 1011011 100010

Color Harmonies of #A66908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66908

Black with #A66908

Text Example


Text Example

White with #A66908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66908; }

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

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

background-color css

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

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

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

border-color css

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

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

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