Html Css Color HEX #86824C Clay Creek

📋 copy color: '#86824C'

red 134 ◦ green 130 ◦ blue 76

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

Shades of Clay Creek #86824C

Tints of Clay Creek #86824C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 39.41%
G = 38.24%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#86824C (or 0x86824C) is known color: Clay Creek. HEX triplet: 86, 82 and 4C. RGB value is (134,130,76). Sum of RGB (Red+Green+Blue) = 134+130+76=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #86824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86824C is #797DB3. Grayscale: #7D7D7D. Windows color (decimal): -7962036 or 5014150. OLE color: 5014150.

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

Color convert

RGB 134 130 76 -
CMYK 0 0.03 0.43 0.47
HSL 55.86º 0.28% 0.41% -
HSV(B) 55.86º 0.43% 0.53% -
XYZ 19.12 21.56 9.99 -
YUV 125.04 100.33 134.39 -
System Red Green Blue C M Y K H S L
Decimal 134 130 76 0 0.03 0.43 0.47 55.86 0.28 0.41
Hex 86 82 4C 0 3 2B 2F 38 1C 29
Octal 206 202 114 0 3 53 57 70 34 51
Binary 10000110 10000010 1001100 0 11 101011 101111 111000 11100 101001

Color Harmonies of #86824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86824C

Black with #86824C

Text Example


Text Example

White with #86824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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