Html Css Color HEX #857C6B Arrowtown

📋 copy color: '#857C6B'

red 133 ◦ green 124 ◦ blue 107

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

Shades of Arrowtown #857C6B

Tints of Arrowtown #857C6B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

 BLUE value IS 107 (42.19% from 255) = 29.4%

R = 36.54%
G = 34.07%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#857C6B (or 0x857C6B) is known color: Arrowtown. HEX triplet: 85, 7C and 6B. RGB value is (133,124,107). Sum of RGB (Red+Green+Blue) = 133+124+107=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #857C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C6B is #7A8394. Grayscale: #7C7C7C. Windows color (decimal): -8029077 or 7044229. OLE color: 7044229.

HSL color Cylindrical-coordinate representation of color #857C6B: hue angle of 39.23º 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 #857C6B is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 124 107 -
CMYK 0 0.07 0.20 0.48
HSL 39.23º 0.11% 0.47% -
HSV(B) 39.23º 0.2% 0.52% -
XYZ 19.53 20.46 16.83 -
YUV 124.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 133 124 107 0 0.07 0.20 0.48 39.23 0.11 0.47
Hex 85 7C 6B 0 7 14 30 27 B 2F
Octal 205 174 153 0 7 24 60 47 13 57
Binary 10000101 1111100 1101011 0 111 10100 110000 100111 1011 101111

Color Harmonies of #857C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C6B

Black with #857C6B

Text Example


Text Example

White with #857C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,124,107); }

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

background-color css

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

 a { background-color: rgb(133,124,107); }

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

border-color css

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

 span { border-color: rgb(133,124,107); }

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