Html Css Color HEX #868350 Clay Creek

📋 copy color: '#868350'

red 134 ◦ green 131 ◦ blue 80

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

Shades of Clay Creek #868350

Tints of Clay Creek #868350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.97%

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

R = 38.84%
G = 37.97%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#868350 (or 0x868350) is known color: Clay Creek. HEX triplet: 86, 83 and 50. RGB value is (134,131,80). Sum of RGB (Red+Green+Blue) = 134+131+80=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #868350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868350 is #797CAF. Grayscale: #7E7E7E. Windows color (decimal): -7961776 or 5276550. OLE color: 5276550.

HSL color Cylindrical-coordinate representation of color #868350: hue angle of 56.67º 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 #868350 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 131 80 -
CMYK 0 0.02 0.40 0.47
HSL 56.67º 0.25% 0.42% -
HSV(B) 56.67º 0.4% 0.53% -
XYZ 19.4 21.88 10.79 -
YUV 126.08 101.99 133.65 -
System Red Green Blue C M Y K H S L
Decimal 134 131 80 0 0.02 0.40 0.47 56.67 0.25 0.42
Hex 86 83 50 0 2 28 2F 39 19 2A
Octal 206 203 120 0 2 50 57 71 31 52
Binary 10000110 10000011 1010000 0 10 101000 101111 111001 11001 101010

Color Harmonies of #868350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868350

Black with #868350

Text Example


Text Example

White with #868350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868350; }

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

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

background-color css

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

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

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

border-color css

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

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

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