Html Css Color HEX #A61706 Fire Brick

📋 copy color: '#A61706'

red 166 ◦ green 23 ◦ blue 6

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

Shades of Fire Brick #A61706

Tints of Fire Brick #A61706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.79%

 BLUE value IS 6 (2.73% from 255) = 3.08%

R = 85.13%
G = 11.79%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A61706 (or 0xA61706) is known color: Fire Brick. HEX triplet: A6, 17 and 06. RGB value is (166,23,6). Sum of RGB (Red+Green+Blue) = 166+23+6=195 (25% of max value = 765). Red value is 166 (65.23% from 255 or 85.13% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 166 - color contains mainly: red. Hex color #A61706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61706 is #59E8F9. Grayscale: #404040. Windows color (decimal): -5892346 or 399270. OLE color: 399270.

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

Color convert

RGB 166 23 6 -
CMYK 0 0.86 0.96 0.35
HSL 6.38º 0.93% 0.34% -
HSV(B) 6.38º 0.96% 0.65% -
XYZ 16.07 8.73 1.01 -
YUV 63.82 95.38 200.88 -
System Red Green Blue C M Y K H S L
Decimal 166 23 6 0 0.86 0.96 0.35 6.38 0.93 0.34
Hex A6 17 6 0 56 60 23 6 5D 22
Octal 246 27 6 0 126 140 43 6 135 42
Binary 10100110 10111 110 0 1010110 1100000 100011 110 1011101 100010

Color Harmonies of #A61706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61706

Black with #A61706

Text Example


Text Example

White with #A61706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61706; }

 p { color: rgb(166,23,6); }

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

background-color css

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

 a { background-color: rgb(166,23,6); }

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

border-color css

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

 span { border-color: rgb(166,23,6); }

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