Html Css Color HEX #867950 Clay Creek

📋 copy color: '#867950'

red 134 ◦ green 121 ◦ blue 80

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

Shades of Clay Creek #867950

Tints of Clay Creek #867950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.12%

 BLUE value IS 80 (31.64% from 255) = 23.88%

R = 40%
G = 36.12%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#867950 (or 0x867950) is known color: Clay Creek. HEX triplet: 86, 79 and 50. RGB value is (134,121,80). Sum of RGB (Red+Green+Blue) = 134+121+80=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #867950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867950 is #7986AF. Grayscale: #787878. Windows color (decimal): -7964336 or 5273990. OLE color: 5273990.

HSL color Cylindrical-coordinate representation of color #867950: hue angle of 45.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #867950 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 121 80 -
CMYK 0 0.10 0.40 0.47
HSL 45.56º 0.25% 0.42% -
HSV(B) 45.56º 0.4% 0.53% -
XYZ 18.12 19.32 10.36 -
YUV 120.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 134 121 80 0 0.10 0.40 0.47 45.56 0.25 0.42
Hex 86 79 50 0 A 28 2F 2E 19 2A
Octal 206 171 120 0 12 50 57 56 31 52
Binary 10000110 1111001 1010000 0 1010 101000 101111 101110 11001 101010

Color Harmonies of #867950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867950

Black with #867950

Text Example


Text Example

White with #867950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867950; }

 p { color: rgb(134,121,80); }

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

background-color css

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

 a { background-color: rgb(134,121,80); }

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

border-color css

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

 span { border-color: rgb(134,121,80); }

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