Html Css Color HEX #86784E Clay Creek

📋 copy color: '#86784E'

red 134 ◦ green 120 ◦ blue 78

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

Shades of Clay Creek #86784E

Tints of Clay Creek #86784E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.14%

 BLUE value IS 78 (30.86% from 255) = 23.49%

R = 40.36%
G = 36.14%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#86784E (or 0x86784E) is known color: Clay Creek. HEX triplet: 86, 78 and 4E. RGB value is (134,120,78). Sum of RGB (Red+Green+Blue) = 134+120+78=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #86784E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86784E is #7987B1. Grayscale: #777777. Windows color (decimal): -7964594 or 5142662. OLE color: 5142662.

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

Color convert

RGB 134 120 78 -
CMYK 0 0.10 0.42 0.47
HSL 45º 0.26% 0.42% -
HSV(B) 45º 0.42% 0.53% -
XYZ 17.92 19.05 9.94 -
YUV 119.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 134 120 78 0 0.10 0.42 0.47 45 0.26 0.42
Hex 86 78 4E 0 A 2A 2F 2D 1A 2A
Octal 206 170 116 0 12 52 57 55 32 52
Binary 10000110 1111000 1001110 0 1010 101010 101111 101101 11010 101010

Color Harmonies of #86784E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86784E

Black with #86784E

Text Example


Text Example

White with #86784E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86784E; }

 p { color: rgb(134,120,78); }

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

background-color css

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

 a { background-color: rgb(134,120,78); }

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

border-color css

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

 span { border-color: rgb(134,120,78); }

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