Html Css Color HEX #867B5C Clay Creek

📋 copy color: '#867B5C'

red 134 ◦ green 123 ◦ blue 92

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

Shades of Clay Creek #867B5C

Tints of Clay Creek #867B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.36%

R = 38.4%
G = 35.24%
B = 26.36%

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

#867B5C (or 0x867B5C) is known color: Clay Creek. HEX triplet: 86, 7B and 5C. RGB value is (134,123,92). Sum of RGB (Red+Green+Blue) = 134+123+92=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #867B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B5C is #7984A3. Grayscale: #7A7A7A. Windows color (decimal): -7963812 or 6060934. OLE color: 6060934.

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

Color convert

RGB 134 123 92 -
CMYK 0 0.08 0.31 0.47
HSL 44.29º 0.19% 0.44% -
HSV(B) 44.29º 0.31% 0.53% -
XYZ 18.85 20.01 12.99 -
YUV 122.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 134 123 92 0 0.08 0.31 0.47 44.29 0.19 0.44
Hex 86 7B 5C 0 8 1F 2F 2C 13 2C
Octal 206 173 134 0 10 37 57 54 23 54
Binary 10000110 1111011 1011100 0 1000 11111 101111 101100 10011 101100

Color Harmonies of #867B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867B5C

Black with #867B5C

Text Example


Text Example

White with #867B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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