Html Css Color HEX #867D4B Clay Creek

📋 copy color: '#867D4B'

red 134 ◦ green 125 ◦ blue 75

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

Shades of Clay Creek #867D4B

Tints of Clay Creek #867D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 40.12%
G = 37.43%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#867D4B (or 0x867D4B) is known color: Clay Creek. HEX triplet: 86, 7D and 4B. RGB value is (134,125,75). Sum of RGB (Red+Green+Blue) = 134+125+75=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #867D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867D4B is #7982B4. Grayscale: #7A7A7A. Windows color (decimal): -7963317 or 4947334. OLE color: 4947334.

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

Color convert

RGB 134 125 75 -
CMYK 0 0.07 0.44 0.47
HSL 50.85º 0.28% 0.41% -
HSV(B) 50.85º 0.44% 0.53% -
XYZ 18.44 20.24 9.59 -
YUV 121.99 101.48 136.57 -
System Red Green Blue C M Y K H S L
Decimal 134 125 75 0 0.07 0.44 0.47 50.85 0.28 0.41
Hex 86 7D 4B 0 7 2C 2F 33 1C 29
Octal 206 175 113 0 7 54 57 63 34 51
Binary 10000110 1111101 1001011 0 111 101100 101111 110011 11100 101001

Color Harmonies of #867D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867D4B

Black with #867D4B

Text Example


Text Example

White with #867D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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