Html Css Color HEX #867D4A Clay Creek

📋 copy color: '#867D4A'

red 134 ◦ green 125 ◦ blue 74

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

Shades of Clay Creek #867D4A

Tints of Clay Creek #867D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.54%

 BLUE value IS 74 (29.3% from 255) = 22.22%

R = 40.24%
G = 37.54%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#867D4A (or 0x867D4A) is known color: Clay Creek. HEX triplet: 86, 7D and 4A. RGB value is (134,125,74). Sum of RGB (Red+Green+Blue) = 134+125+74=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #867D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867D4A is #7982B5. Grayscale: #7A7A7A. Windows color (decimal): -7963318 or 4881798. OLE color: 4881798.

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

Color convert

RGB 134 125 74 -
CMYK 0 0.07 0.45 0.47
HSL 51º 0.29% 0.41% -
HSV(B) 51º 0.45% 0.53% -
XYZ 18.4 20.23 9.41 -
YUV 121.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 134 125 74 0 0.07 0.45 0.47 51 0.29 0.41
Hex 86 7D 4A 0 7 2D 2F 33 1D 29
Octal 206 175 112 0 7 55 57 63 35 51
Binary 10000110 1111101 1001010 0 111 101101 101111 110011 11101 101001

Color Harmonies of #867D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867D4A

Black with #867D4A

Text Example


Text Example

White with #867D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,125,74); }

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

background-color css

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

 a { background-color: rgb(134,125,74); }

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

border-color css

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

 span { border-color: rgb(134,125,74); }

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