Html Css Color HEX #A6650C Golden Brown

📋 copy color: '#A6650C'

red 166 ◦ green 101 ◦ blue 12

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

Shades of Golden Brown #A6650C

Tints of Golden Brown #A6650C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.2%

 BLUE value IS 12 (5.08% from 255) = 4.3%

R = 59.5%
G = 36.2%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6650C (or 0xA6650C) is known color: Golden Brown. HEX triplet: A6, 65 and 0C. RGB value is (166,101,12). Sum of RGB (Red+Green+Blue) = 166+101+12=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A6650C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6650C is #599AF3. Grayscale: #6E6E6E. Windows color (decimal): -5872372 or 812454. OLE color: 812454.

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

Color convert

RGB 166 101 12 -
CMYK 0 0.39 0.93 0.35
HSL 34.68º 0.87% 0.35% -
HSV(B) 34.68º 0.93% 0.65% -
XYZ 20.45 17.44 2.64 -
YUV 110.29 72.53 167.74 -
System Red Green Blue C M Y K H S L
Decimal 166 101 12 0 0.39 0.93 0.35 34.68 0.87 0.35
Hex A6 65 C 0 27 5D 23 23 57 23
Octal 246 145 14 0 47 135 43 43 127 43
Binary 10100110 1100101 1100 0 100111 1011101 100011 100011 1010111 100011

Color Harmonies of #A6650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6650C

Black with #A6650C

Text Example


Text Example

White with #A6650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6650C; }

 p { color: rgb(166,101,12); }

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

background-color css

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

 a { background-color: rgb(166,101,12); }

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

border-color css

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

 span { border-color: rgb(166,101,12); }

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