Html Css Color HEX #867B5D Clay Creek

📋 copy color: '#867B5D'

red 134 ◦ green 123 ◦ blue 93

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

Shades of Clay Creek #867B5D

Tints of Clay Creek #867B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.14%

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

R = 38.29%
G = 35.14%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#867B5D (or 0x867B5D) is known color: Clay Creek. HEX triplet: 86, 7B and 5D. RGB value is (134,123,93). Sum of RGB (Red+Green+Blue) = 134+123+93=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #867B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B5D is #7984A2. Grayscale: #7A7A7A. Windows color (decimal): -7963811 or 6126470. OLE color: 6126470.

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

Color convert

RGB 134 123 93 -
CMYK 0 0.08 0.31 0.47
HSL 43.9º 0.18% 0.45% -
HSV(B) 43.9º 0.31% 0.53% -
XYZ 18.89 20.02 13.23 -
YUV 122.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 134 123 93 0 0.08 0.31 0.47 43.9 0.18 0.45
Hex 86 7B 5D 0 8 1F 2F 2C 12 2D
Octal 206 173 135 0 10 37 57 54 22 55
Binary 10000110 1111011 1011101 0 1000 11111 101111 101100 10010 101101

Color Harmonies of #867B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867B5D

Black with #867B5D

Text Example


Text Example

White with #867B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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