Html Css Color HEX #867E5E Clay Creek

📋 copy color: '#867E5E'

red 134 ◦ green 126 ◦ blue 94

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

Shades of Clay Creek #867E5E

Tints of Clay Creek #867E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.59%

 BLUE value IS 94 (37.11% from 255) = 26.55%

R = 37.85%
G = 35.59%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#867E5E (or 0x867E5E) is known color: Clay Creek. HEX triplet: 86, 7E and 5E. RGB value is (134,126,94). Sum of RGB (Red+Green+Blue) = 134+126+94=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #867E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E5E is #7981A1. Grayscale: #7C7C7C. Windows color (decimal): -7963042 or 6192774. OLE color: 6192774.

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

Color convert

RGB 134 126 94 -
CMYK 0 0.06 0.30 0.47
HSL 48º 0.18% 0.45% -
HSV(B) 48º 0.3% 0.53% -
XYZ 19.31 20.8 13.59 -
YUV 124.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 134 126 94 0 0.06 0.30 0.47 48 0.18 0.45
Hex 86 7E 5E 0 6 1E 2F 30 12 2D
Octal 206 176 136 0 6 36 57 60 22 55
Binary 10000110 1111110 1011110 0 110 11110 101111 110000 10010 101101

Color Harmonies of #867E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867E5E

Black with #867E5E

Text Example


Text Example

White with #867E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,126,94); }

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

background-color css

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

 a { background-color: rgb(134,126,94); }

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

border-color css

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

 span { border-color: rgb(134,126,94); }

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