Html Css Color HEX #8C8658 Clay Creek

📋 copy color: '#8C8658'

red 140 ◦ green 134 ◦ blue 88

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

Shades of Clay Creek #8C8658

Tints of Clay Creek #8C8658

RGB

 RED value IS 140 (55.08% from 255) = 38.67%

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

 BLUE value IS 88 (34.77% from 255) = 24.31%

R = 38.67%
G = 37.02%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8C8658 (or 0x8C8658) is known color: Clay Creek. HEX triplet: 8C, 86 and 58. RGB value is (140,134,88). Sum of RGB (Red+Green+Blue) = 140+134+88=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8658 is #7379A7. Grayscale: #828282. Windows color (decimal): -7567784 or 5801612. OLE color: 5801612.

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

Color convert

RGB 140 134 88 -
CMYK 0 0.04 0.37 0.45
HSL 53.08º 0.23% 0.45% -
HSV(B) 53.08º 0.37% 0.55% -
XYZ 21.1 23.33 12.62 -
YUV 130.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 140 134 88 0 0.04 0.37 0.45 53.08 0.23 0.45
Hex 8C 86 58 0 4 25 2D 35 17 2D
Octal 214 206 130 0 4 45 55 65 27 55
Binary 10001100 10000110 1011000 0 100 100101 101101 110101 10111 101101

Color Harmonies of #8C8658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8658

Black with #8C8658

Text Example


Text Example

White with #8C8658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,134,88); }

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

background-color css

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

 a { background-color: rgb(140,134,88); }

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

border-color css

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

 span { border-color: rgb(140,134,88); }

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