Html Css Color HEX #867C5D Clay Creek

📋 copy color: '#867C5D'

red 134 ◦ green 124 ◦ blue 93

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

Shades of Clay Creek #867C5D

Tints of Clay Creek #867C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 38.18%
G = 35.33%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#867C5D (or 0x867C5D) is known color: Clay Creek. HEX triplet: 86, 7C and 5D. RGB value is (134,124,93). Sum of RGB (Red+Green+Blue) = 134+124+93=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #867C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C5D is #7983A2. Grayscale: #7B7B7B. Windows color (decimal): -7963555 or 6126726. OLE color: 6126726.

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

Color convert

RGB 134 124 93 -
CMYK 0 0.07 0.31 0.47
HSL 45.37º 0.18% 0.45% -
HSV(B) 45.37º 0.31% 0.53% -
XYZ 19.01 20.27 13.27 -
YUV 123.46 110.81 135.52 -
System Red Green Blue C M Y K H S L
Decimal 134 124 93 0 0.07 0.31 0.47 45.37 0.18 0.45
Hex 86 7C 5D 0 7 1F 2F 2D 12 2D
Octal 206 174 135 0 7 37 57 55 22 55
Binary 10000110 1111100 1011101 0 111 11111 101111 101101 10010 101101

Color Harmonies of #867C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C5D

Black with #867C5D

Text Example


Text Example

White with #867C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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