Html Css Color HEX #86794B Clay Creek

📋 copy color: '#86794B'

red 134 ◦ green 121 ◦ blue 75

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

Shades of Clay Creek #86794B

Tints of Clay Creek #86794B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.73%

R = 40.61%
G = 36.67%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#86794B (or 0x86794B) is known color: Clay Creek. HEX triplet: 86, 79 and 4B. RGB value is (134,121,75). Sum of RGB (Red+Green+Blue) = 134+121+75=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #86794B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86794B is #7986B4. Grayscale: #777777. Windows color (decimal): -7964341 or 4946310. OLE color: 4946310.

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

Color convert

RGB 134 121 75 -
CMYK 0 0.10 0.44 0.47
HSL 46.78º 0.28% 0.41% -
HSV(B) 46.78º 0.44% 0.53% -
XYZ 17.94 19.25 9.43 -
YUV 119.64 102.81 138.24 -
System Red Green Blue C M Y K H S L
Decimal 134 121 75 0 0.10 0.44 0.47 46.78 0.28 0.41
Hex 86 79 4B 0 A 2C 2F 2F 1C 29
Octal 206 171 113 0 12 54 57 57 34 51
Binary 10000110 1111001 1001011 0 1010 101100 101111 101111 11100 101001

Color Harmonies of #86794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86794B

Black with #86794B

Text Example


Text Example

White with #86794B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86794B; }

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

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

background-color css

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

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

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

border-color css

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

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

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