Html Css Color HEX #867A54 Clay Creek

📋 copy color: '#867A54'

red 134 ◦ green 122 ◦ blue 84

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

Shades of Clay Creek #867A54

Tints of Clay Creek #867A54

RGB

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

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

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

R = 39.41%
G = 35.88%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#867A54 (or 0x867A54) is known color: Clay Creek. HEX triplet: 86, 7A and 54. RGB value is (134,122,84). Sum of RGB (Red+Green+Blue) = 134+122+84=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #867A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A54 is #7985AB. Grayscale: #797979. Windows color (decimal): -7964076 or 5536390. OLE color: 5536390.

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

Color convert

RGB 134 122 84 -
CMYK 0 0.09 0.37 0.47
HSL 45.6º 0.23% 0.43% -
HSV(B) 45.6º 0.37% 0.53% -
XYZ 18.39 19.63 11.21 -
YUV 121.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 134 122 84 0 0.09 0.37 0.47 45.6 0.23 0.43
Hex 86 7A 54 0 9 25 2F 2E 17 2B
Octal 206 172 124 0 11 45 57 56 27 53
Binary 10000110 1111010 1010100 0 1001 100101 101111 101110 10111 101011

Color Harmonies of #867A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867A54

Black with #867A54

Text Example


Text Example

White with #867A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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