Html Css Color HEX #867F54 Clay Creek

📋 copy color: '#867F54'

red 134 ◦ green 127 ◦ blue 84

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

Shades of Clay Creek #867F54

Tints of Clay Creek #867F54

RGB

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

 GREEN value IS 127 (50% from 255) = 36.81%

 BLUE value IS 84 (33.2% from 255) = 24.35%

R = 38.84%
G = 36.81%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#867F54 (or 0x867F54) is known color: Clay Creek. HEX triplet: 86, 7F and 54. RGB value is (134,127,84). Sum of RGB (Red+Green+Blue) = 134+127+84=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #867F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F54 is #7980AB. Grayscale: #7C7C7C. Windows color (decimal): -7962796 or 5537670. OLE color: 5537670.

HSL color Cylindrical-coordinate representation of color #867F54: hue angle of 51.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #867F54 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 127 84 -
CMYK 0 0.05 0.37 0.47
HSL 51.6º 0.23% 0.43% -
HSV(B) 51.6º 0.37% 0.53% -
XYZ 19.02 20.89 11.42 -
YUV 124.19 105.32 135 -
System Red Green Blue C M Y K H S L
Decimal 134 127 84 0 0.05 0.37 0.47 51.6 0.23 0.43
Hex 86 7F 54 0 5 25 2F 34 17 2B
Octal 206 177 124 0 5 45 57 64 27 53
Binary 10000110 1111111 1010100 0 101 100101 101111 110100 10111 101011

Color Harmonies of #867F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867F54

Black with #867F54

Text Example


Text Example

White with #867F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,127,84); }

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

background-color css

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

 a { background-color: rgb(134,127,84); }

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

border-color css

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

 span { border-color: rgb(134,127,84); }

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