Html Css Color HEX #867D5C Clay Creek

📋 copy color: '#867D5C'

red 134 ◦ green 125 ◦ blue 92

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

Shades of Clay Creek #867D5C

Tints of Clay Creek #867D5C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.61%

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 38.18%
G = 35.61%
B = 26.21%

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

#867D5C (or 0x867D5C) is known color: Clay Creek. HEX triplet: 86, 7D and 5C. RGB value is (134,125,92). Sum of RGB (Red+Green+Blue) = 134+125+92=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #867D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D5C is #7982A3. Grayscale: #7C7C7C. Windows color (decimal): -7963300 or 6061446. OLE color: 6061446.

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

Color convert

RGB 134 125 92 -
CMYK 0 0.07 0.31 0.47
HSL 47.14º 0.19% 0.44% -
HSV(B) 47.14º 0.31% 0.53% -
XYZ 19.1 20.51 13.08 -
YUV 123.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 134 125 92 0 0.07 0.31 0.47 47.14 0.19 0.44
Hex 86 7D 5C 0 7 1F 2F 2F 13 2C
Octal 206 175 134 0 7 37 57 57 23 54
Binary 10000110 1111101 1011100 0 111 11111 101111 101111 10011 101100

Color Harmonies of #867D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867D5C

Black with #867D5C

Text Example


Text Example

White with #867D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,125,92); }

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

background-color css

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

 a { background-color: rgb(134,125,92); }

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

border-color css

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

 span { border-color: rgb(134,125,92); }

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