Html Css Color HEX #867C4F Clay Creek

📋 copy color: '#867C4F'

red 134 ◦ green 124 ◦ blue 79

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

Shades of Clay Creek #867C4F

Tints of Clay Creek #867C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.44%

R = 39.76%
G = 36.8%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#867C4F (or 0x867C4F) is known color: Clay Creek. HEX triplet: 86, 7C and 4F. RGB value is (134,124,79). Sum of RGB (Red+Green+Blue) = 134+124+79=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #867C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C4F is #7983B0. Grayscale: #7A7A7A. Windows color (decimal): -7963569 or 5209222. OLE color: 5209222.

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

Color convert

RGB 134 124 79 -
CMYK 0 0.07 0.41 0.47
HSL 49.09º 0.26% 0.42% -
HSV(B) 49.09º 0.41% 0.53% -
XYZ 18.45 20.05 10.29 -
YUV 121.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 134 124 79 0 0.07 0.41 0.47 49.09 0.26 0.42
Hex 86 7C 4F 0 7 29 2F 31 1A 2A
Octal 206 174 117 0 7 51 57 61 32 52
Binary 10000110 1111100 1001111 0 111 101001 101111 110001 11010 101010

Color Harmonies of #867C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C4F

Black with #867C4F

Text Example


Text Example

White with #867C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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