Html Css Color HEX #867C57 Clay Creek

📋 copy color: '#867C57'

red 134 ◦ green 124 ◦ blue 87

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

Shades of Clay Creek #867C57

Tints of Clay Creek #867C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.22%

R = 38.84%
G = 35.94%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#867C57 (or 0x867C57) is known color: Clay Creek. HEX triplet: 86, 7C and 57. RGB value is (134,124,87). Sum of RGB (Red+Green+Blue) = 134+124+87=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #867C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C57 is #7983A8. Grayscale: #7A7A7A. Windows color (decimal): -7963561 or 5733510. OLE color: 5733510.

HSL color Cylindrical-coordinate representation of color #867C57: hue angle of 47.23º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #867C57 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 124 87 -
CMYK 0 0.07 0.35 0.47
HSL 47.23º 0.21% 0.43% -
HSV(B) 47.23º 0.35% 0.53% -
XYZ 18.76 20.17 11.92 -
YUV 122.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 134 124 87 0 0.07 0.35 0.47 47.23 0.21 0.43
Hex 86 7C 57 0 7 23 2F 2F 15 2B
Octal 206 174 127 0 7 43 57 57 25 53
Binary 10000110 1111100 1010111 0 111 100011 101111 101111 10101 101011

Color Harmonies of #867C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C57

Black with #867C57

Text Example


Text Example

White with #867C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,124,87); }

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

background-color css

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

 a { background-color: rgb(134,124,87); }

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

border-color css

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

 span { border-color: rgb(134,124,87); }

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