Html Css Color HEX #A65306 Golden Brown

📋 copy color: '#A65306'

red 166 ◦ green 83 ◦ blue 6

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

Shades of Golden Brown #A65306

Tints of Golden Brown #A65306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.55%

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

R = 65.1%
G = 32.55%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A65306 (or 0xA65306) is known color: Golden Brown. HEX triplet: A6, 53 and 06. RGB value is (166,83,6). Sum of RGB (Red+Green+Blue) = 166+83+6=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A65306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65306 is #59ACF9. Grayscale: #636363. Windows color (decimal): -5876986 or 414630. OLE color: 414630.

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

Color convert

RGB 166 83 6 -
CMYK 0 0.50 0.96 0.35
HSL 28.88º 0.93% 0.34% -
HSV(B) 28.88º 0.96% 0.65% -
XYZ 18.85 14.31 1.94 -
YUV 99.04 75.5 175.76 -
System Red Green Blue C M Y K H S L
Decimal 166 83 6 0 0.50 0.96 0.35 28.88 0.93 0.34
Hex A6 53 6 0 32 60 23 1D 5D 22
Octal 246 123 6 0 62 140 43 35 135 42
Binary 10100110 1010011 110 0 110010 1100000 100011 11101 1011101 100010

Color Harmonies of #A65306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65306

Black with #A65306

Text Example


Text Example

White with #A65306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65306; }

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

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

background-color css

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

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

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

border-color css

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

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

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