Html Css Color HEX #8D8650 Clay Creek

📋 copy color: '#8D8650'

red 141 ◦ green 134 ◦ blue 80

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

Shades of Clay Creek #8D8650

Tints of Clay Creek #8D8650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 39.72%
G = 37.75%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8D8650 (or 0x8D8650) is known color: Clay Creek. HEX triplet: 8D, 86 and 50. RGB value is (141,134,80). Sum of RGB (Red+Green+Blue) = 141+134+80=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8650 is #7279AF. Grayscale: #828282. Windows color (decimal): -7502256 or 5277325. OLE color: 5277325.

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

Color convert

RGB 141 134 80 -
CMYK 0 0.05 0.43 0.45
HSL 53.11º 0.28% 0.43% -
HSV(B) 53.11º 0.43% 0.55% -
XYZ 20.96 23.29 10.98 -
YUV 129.94 99.82 135.89 -
System Red Green Blue C M Y K H S L
Decimal 141 134 80 0 0.05 0.43 0.45 53.11 0.28 0.43
Hex 8D 86 50 0 5 2B 2D 35 1C 2B
Octal 215 206 120 0 5 53 55 65 34 53
Binary 10001101 10000110 1010000 0 101 101011 101101 110101 11100 101011

Color Harmonies of #8D8650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8650

Black with #8D8650

Text Example


Text Example

White with #8D8650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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