Html Css Color HEX #A6835C Sorrell Brown

📋 copy color: '#A6835C'

red 166 ◦ green 131 ◦ blue 92

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

Shades of Sorrell Brown #A6835C

Tints of Sorrell Brown #A6835C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

 BLUE value IS 92 (36.33% from 255) = 23.65%

R = 42.67%
G = 33.68%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6835C (or 0xA6835C) is known color: Sorrell Brown. HEX triplet: A6, 83 and 5C. RGB value is (166,131,92). Sum of RGB (Red+Green+Blue) = 166+131+92=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A6835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6835C is #597CA3. Grayscale: #898989. Windows color (decimal): -5864612 or 6063014. OLE color: 6063014.

HSL color Cylindrical-coordinate representation of color #A6835C: hue angle of 31.62º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6835C is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 131 92 -
CMYK 0 0.21 0.45 0.35
HSL 31.62º 0.29% 0.51% -
HSV(B) 31.62º 0.45% 0.65% -
XYZ 25.77 25.11 13.61 -
YUV 137.02 102.6 148.67 -
System Red Green Blue C M Y K H S L
Decimal 166 131 92 0 0.21 0.45 0.35 31.62 0.29 0.51
Hex A6 83 5C 0 15 2D 23 20 1D 33
Octal 246 203 134 0 25 55 43 40 35 63
Binary 10100110 10000011 1011100 0 10101 101101 100011 100000 11101 110011

Color Harmonies of #A6835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6835C

Black with #A6835C

Text Example


Text Example

White with #A6835C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6835C; }

 p { color: rgb(166,131,92); }

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

background-color css

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

 a { background-color: rgb(166,131,92); }

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

border-color css

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

 span { border-color: rgb(166,131,92); }

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