Html Css Color HEX #867A49 Clay Creek

📋 copy color: '#867A49'

red 134 ◦ green 122 ◦ blue 73

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

Shades of Clay Creek #867A49

Tints of Clay Creek #867A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.19%

R = 40.73%
G = 37.08%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#867A49 (or 0x867A49) is known color: Clay Creek. HEX triplet: 86, 7A and 49. RGB value is (134,122,73). Sum of RGB (Red+Green+Blue) = 134+122+73=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #867A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A49 is #7985B6. Grayscale: #787878. Windows color (decimal): -7964087 or 4815494. OLE color: 4815494.

HSL color Cylindrical-coordinate representation of color #867A49: hue angle of 48.2º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #867A49 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 122 73 -
CMYK 0 0.09 0.46 0.47
HSL 48.2º 0.29% 0.41% -
HSV(B) 48.2º 0.46% 0.53% -
XYZ 17.99 19.47 9.11 -
YUV 120 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 134 122 73 0 0.09 0.46 0.47 48.2 0.29 0.41
Hex 86 7A 49 0 9 2E 2F 30 1D 29
Octal 206 172 111 0 11 56 57 60 35 51
Binary 10000110 1111010 1001001 0 1001 101110 101111 110000 11101 101001

Color Harmonies of #867A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867A49

Black with #867A49

Text Example


Text Example

White with #867A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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