Html Css Color HEX #A6670F Golden Brown

📋 copy color: '#A6670F'

red 166 ◦ green 103 ◦ blue 15

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

Shades of Golden Brown #A6670F

Tints of Golden Brown #A6670F

RGB

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

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

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

R = 58.45%
G = 36.27%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6670F (or 0xA6670F) is known color: Golden Brown. HEX triplet: A6, 67 and 0F. RGB value is (166,103,15). Sum of RGB (Red+Green+Blue) = 166+103+15=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A6670F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6670F is #5998F0. Grayscale: #707070. Windows color (decimal): -5871857 or 1009574. OLE color: 1009574.

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

Color convert

RGB 166 103 15 -
CMYK 0 0.38 0.91 0.35
HSL 34.97º 0.83% 0.35% -
HSV(B) 34.97º 0.91% 0.65% -
XYZ 20.66 17.84 2.81 -
YUV 111.81 73.37 166.66 -
System Red Green Blue C M Y K H S L
Decimal 166 103 15 0 0.38 0.91 0.35 34.97 0.83 0.35
Hex A6 67 F 0 26 5B 23 23 53 23
Octal 246 147 17 0 46 133 43 43 123 43
Binary 10100110 1100111 1111 0 100110 1011011 100011 100011 1010011 100011

Color Harmonies of #A6670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6670F

Black with #A6670F

Text Example


Text Example

White with #A6670F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6670F; }

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

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

background-color css

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

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

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

border-color css

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

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

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