Html Css Color HEX #867C47 Clay Creek

📋 copy color: '#867C47'

red 134 ◦ green 124 ◦ blue 71

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

Shades of Clay Creek #867C47

Tints of Clay Creek #867C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 40.73%
G = 37.69%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#867C47 (or 0x867C47) is known color: Clay Creek. HEX triplet: 86, 7C and 47. RGB value is (134,124,71). Sum of RGB (Red+Green+Blue) = 134+124+71=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #867C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867C47 is #7983B8. Grayscale: #797979. Windows color (decimal): -7963577 or 4684934. OLE color: 4684934.

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

Color convert

RGB 134 124 71 -
CMYK 0 0.07 0.47 0.47
HSL 50.48º 0.31% 0.4% -
HSV(B) 50.48º 0.47% 0.53% -
XYZ 18.18 19.94 8.85 -
YUV 120.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 134 124 71 0 0.07 0.47 0.47 50.48 0.31 0.4
Hex 86 7C 47 0 7 2F 2F 32 1F 28
Octal 206 174 107 0 7 57 57 62 37 50
Binary 10000110 1111100 1000111 0 111 101111 101111 110010 11111 101000

Color Harmonies of #867C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C47

Black with #867C47

Text Example


Text Example

White with #867C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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