Html Css Color HEX #A6740F Golden Brown

📋 copy color: '#A6740F'

red 166 ◦ green 116 ◦ blue 15

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

Shades of Golden Brown #A6740F

Tints of Golden Brown #A6740F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.06%

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

R = 55.89%
G = 39.06%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6740F (or 0xA6740F) is known color: Golden Brown. HEX triplet: A6, 74 and 0F. RGB value is (166,116,15). Sum of RGB (Red+Green+Blue) = 166+116+15=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A6740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6740F is #598BF0. Grayscale: #777777. Windows color (decimal): -5868529 or 1012902. OLE color: 1012902.

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

Color convert

RGB 166 116 15 -
CMYK 0 0.30 0.91 0.35
HSL 40.13º 0.83% 0.35% -
HSV(B) 40.13º 0.91% 0.65% -
XYZ 22.06 20.63 3.27 -
YUV 119.44 69.07 161.21 -
System Red Green Blue C M Y K H S L
Decimal 166 116 15 0 0.30 0.91 0.35 40.13 0.83 0.35
Hex A6 74 F 0 1E 5B 23 28 53 23
Octal 246 164 17 0 36 133 43 50 123 43
Binary 10100110 1110100 1111 0 11110 1011011 100011 101000 1010011 100011

Color Harmonies of #A6740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6740F

Black with #A6740F

Text Example


Text Example

White with #A6740F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6740F; }

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

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

background-color css

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

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

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

border-color css

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

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

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