Html Css Color HEX #867A5D Clay Creek

📋 copy color: '#867A5D'

red 134 ◦ green 122 ◦ blue 93

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

Shades of Clay Creek #867A5D

Tints of Clay Creek #867A5D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.96%

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

R = 38.4%
G = 34.96%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#867A5D (or 0x867A5D) is known color: Clay Creek. HEX triplet: 86, 7A and 5D. RGB value is (134,122,93). Sum of RGB (Red+Green+Blue) = 134+122+93=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #867A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A5D is #7985A2. Grayscale: #7A7A7A. Windows color (decimal): -7964067 or 6126214. OLE color: 6126214.

HSL color Cylindrical-coordinate representation of color #867A5D: hue angle of 42.44º 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 #867A5D is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 122 93 -
CMYK 0 0.09 0.31 0.47
HSL 42.44º 0.18% 0.45% -
HSV(B) 42.44º 0.31% 0.53% -
XYZ 18.77 19.78 13.18 -
YUV 122.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 134 122 93 0 0.09 0.31 0.47 42.44 0.18 0.45
Hex 86 7A 5D 0 9 1F 2F 2A 12 2D
Octal 206 172 135 0 11 37 57 52 22 55
Binary 10000110 1111010 1011101 0 1001 11111 101111 101010 10010 101101

Color Harmonies of #867A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867A5D

Black with #867A5D

Text Example


Text Example

White with #867A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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