Html Css Color HEX #A6600F Golden Brown

📋 copy color: '#A6600F'

red 166 ◦ green 96 ◦ blue 15

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

Shades of Golden Brown #A6600F

Tints of Golden Brown #A6600F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.66%

 BLUE value IS 15 (6.25% from 255) = 5.42%

R = 59.93%
G = 34.66%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6600F (or 0xA6600F) is known color: Golden Brown. HEX triplet: A6, 60 and 0F. RGB value is (166,96,15). Sum of RGB (Red+Green+Blue) = 166+96+15=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A6600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6600F is #599FF0. Grayscale: #6C6C6C. Windows color (decimal): -5873649 or 1007782. OLE color: 1007782.

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

Color convert

RGB 166 96 15 -
CMYK 0 0.42 0.91 0.35
HSL 32.19º 0.83% 0.35% -
HSV(B) 32.19º 0.91% 0.65% -
XYZ 19.99 16.51 2.58 -
YUV 107.7 75.69 169.59 -
System Red Green Blue C M Y K H S L
Decimal 166 96 15 0 0.42 0.91 0.35 32.19 0.83 0.35
Hex A6 60 F 0 2A 5B 23 20 53 23
Octal 246 140 17 0 52 133 43 40 123 43
Binary 10100110 1100000 1111 0 101010 1011011 100011 100000 1010011 100011

Color Harmonies of #A6600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6600F

Black with #A6600F

Text Example


Text Example

White with #A6600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6600F; }

 p { color: rgb(166,96,15); }

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

background-color css

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

 a { background-color: rgb(166,96,15); }

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

border-color css

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

 span { border-color: rgb(166,96,15); }

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