Html Css Color HEX #A6651B Golden Brown

📋 copy color: '#A6651B'

red 166 ◦ green 101 ◦ blue 27

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

Shades of Golden Brown #A6651B

Tints of Golden Brown #A6651B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.18%

R = 56.46%
G = 34.35%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6651B (or 0xA6651B) is known color: Golden Brown. HEX triplet: A6, 65 and 1B. RGB value is (166,101,27). Sum of RGB (Red+Green+Blue) = 166+101+27=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6651B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6651B is #599AE4. Grayscale: #707070. Windows color (decimal): -5872357 or 1795494. OLE color: 1795494.

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

Color convert

RGB 166 101 27 -
CMYK 0 0.39 0.84 0.35
HSL 31.94º 0.72% 0.38% -
HSV(B) 31.94º 0.84% 0.65% -
XYZ 20.58 17.49 3.33 -
YUV 112 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 166 101 27 0 0.39 0.84 0.35 31.94 0.72 0.38
Hex A6 65 1B 0 27 54 23 20 48 26
Octal 246 145 33 0 47 124 43 40 110 46
Binary 10100110 1100101 11011 0 100111 1010100 100011 100000 1001000 100110

Color Harmonies of #A6651B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6651B

Black with #A6651B

Text Example


Text Example

White with #A6651B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6651B; }

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

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

background-color css

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

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

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

border-color css

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

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

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