Html Css Color HEX #857E6A Arrowtown

📋 copy color: '#857E6A'

red 133 ◦ green 126 ◦ blue 106

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

Shades of Arrowtown #857E6A

Tints of Arrowtown #857E6A

RGB

 RED value IS 133 (52.34% from 255) = 36.44%

 GREEN value IS 126 (49.61% from 255) = 34.52%

 BLUE value IS 106 (41.8% from 255) = 29.04%

R = 36.44%
G = 34.52%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#857E6A (or 0x857E6A) is known color: Arrowtown. HEX triplet: 85, 7E and 6A. RGB value is (133,126,106). Sum of RGB (Red+Green+Blue) = 133+126+106=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #857E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E6A is #7A8195. Grayscale: #7D7D7D. Windows color (decimal): -8028566 or 6979205. OLE color: 6979205.

HSL color Cylindrical-coordinate representation of color #857E6A: hue angle of 44.44º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #857E6A is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 126 106 -
CMYK 0 0.05 0.20 0.48
HSL 44.44º 0.11% 0.47% -
HSV(B) 44.44º 0.2% 0.52% -
XYZ 19.74 20.95 16.64 -
YUV 125.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 133 126 106 0 0.05 0.20 0.48 44.44 0.11 0.47
Hex 85 7E 6A 0 5 14 30 2C B 2F
Octal 205 176 152 0 5 24 60 54 13 57
Binary 10000101 1111110 1101010 0 101 10100 110000 101100 1011 101111

Color Harmonies of #857E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E6A

Black with #857E6A

Text Example


Text Example

White with #857E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857E6A; }

 p { color: rgb(133,126,106); }

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

background-color css

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

 a { background-color: rgb(133,126,106); }

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

border-color css

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

 span { border-color: rgb(133,126,106); }

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