Html Css Color HEX #8D8655 Clay Creek

📋 copy color: '#8D8655'

red 141 ◦ green 134 ◦ blue 85

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

Shades of Clay Creek #8D8655

Tints of Clay Creek #8D8655

RGB

 RED value IS 141 (55.47% from 255) = 39.17%

 GREEN value IS 134 (52.73% from 255) = 37.22%

 BLUE value IS 85 (33.59% from 255) = 23.61%

R = 39.17%
G = 37.22%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8D8655 (or 0x8D8655) is known color: Clay Creek. HEX triplet: 8D, 86 and 55. RGB value is (141,134,85). Sum of RGB (Red+Green+Blue) = 141+134+85=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8655 is #7279AA. Grayscale: #828282. Windows color (decimal): -7502251 or 5605005. OLE color: 5605005.

HSL color Cylindrical-coordinate representation of color #8D8655: hue angle of 52.5º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D8655 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 134 85 -
CMYK 0 0.05 0.40 0.45
HSL 52.5º 0.25% 0.44% -
HSV(B) 52.5º 0.4% 0.55% -
XYZ 21.15 23.37 11.99 -
YUV 130.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 141 134 85 0 0.05 0.40 0.45 52.5 0.25 0.44
Hex 8D 86 55 0 5 28 2D 34 19 2C
Octal 215 206 125 0 5 50 55 64 31 54
Binary 10001101 10000110 1010101 0 101 101000 101101 110100 11001 101100

Color Harmonies of #8D8655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8655

Black with #8D8655

Text Example


Text Example

White with #8D8655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D8655; }

 p { color: rgb(141,134,85); }

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

background-color css

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

 a { background-color: rgb(141,134,85); }

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

border-color css

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

 span { border-color: rgb(141,134,85); }

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