Html Css Color HEX #867B68 Arrowtown

📋 copy color: '#867B68'

red 134 ◦ green 123 ◦ blue 104

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

Shades of Arrowtown #867B68

Tints of Arrowtown #867B68

RGB

 RED value IS 134 (52.73% from 255) = 37.12%

 GREEN value IS 123 (48.44% from 255) = 34.07%

 BLUE value IS 104 (41.02% from 255) = 28.81%

R = 37.12%
G = 34.07%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#867B68 (or 0x867B68) is known color: Arrowtown. HEX triplet: 86, 7B and 68. RGB value is (134,123,104). Sum of RGB (Red+Green+Blue) = 134+123+104=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #867B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B68 is #798497. Grayscale: #7C7C7C. Windows color (decimal): -7963800 or 6847366. OLE color: 6847366.

HSL color Cylindrical-coordinate representation of color #867B68: hue angle of 38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #867B68 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 123 104 -
CMYK 0 0.08 0.22 0.47
HSL 38º 0.13% 0.47% -
HSV(B) 38º 0.22% 0.53% -
XYZ 19.41 20.23 15.98 -
YUV 124.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 134 123 104 0 0.08 0.22 0.47 38 0.13 0.47
Hex 86 7B 68 0 8 16 2F 26 D 2F
Octal 206 173 150 0 10 26 57 46 15 57
Binary 10000110 1111011 1101000 0 1000 10110 101111 100110 1101 101111

Color Harmonies of #867B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867B68

Black with #867B68

Text Example


Text Example

White with #867B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867B68; }

 p { color: rgb(134,123,104); }

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

background-color css

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

 a { background-color: rgb(134,123,104); }

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

border-color css

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

 span { border-color: rgb(134,123,104); }

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