Html Css Color HEX #86824E Clay Creek

📋 copy color: '#86824E'

red 134 ◦ green 130 ◦ blue 78

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

Shades of Clay Creek #86824E

Tints of Clay Creek #86824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.01%

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

R = 39.18%
G = 38.01%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#86824E (or 0x86824E) is known color: Clay Creek. HEX triplet: 86, 82 and 4E. RGB value is (134,130,78). Sum of RGB (Red+Green+Blue) = 134+130+78=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #86824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86824E is #797DB1. Grayscale: #7D7D7D. Windows color (decimal): -7962034 or 5145222. OLE color: 5145222.

HSL color Cylindrical-coordinate representation of color #86824E: hue angle of 55.71º 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 #86824E is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 130 78 -
CMYK 0 0.03 0.42 0.47
HSL 55.71º 0.26% 0.42% -
HSV(B) 55.71º 0.42% 0.53% -
XYZ 19.19 21.58 10.36 -
YUV 125.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 134 130 78 0 0.03 0.42 0.47 55.71 0.26 0.42
Hex 86 82 4E 0 3 2A 2F 38 1A 2A
Octal 206 202 116 0 3 52 57 70 32 52
Binary 10000110 10000010 1001110 0 11 101010 101111 111000 11010 101010

Color Harmonies of #86824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86824E

Black with #86824E

Text Example


Text Example

White with #86824E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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