Html Css Color HEX #8C815B Clay Creek

📋 copy color: '#8C815B'

red 140 ◦ green 129 ◦ blue 91

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

Shades of Clay Creek #8C815B

Tints of Clay Creek #8C815B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.83%

 BLUE value IS 91 (35.94% from 255) = 25.28%

R = 38.89%
G = 35.83%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C815B (or 0x8C815B) is known color: Clay Creek. HEX triplet: 8C, 81 and 5B. RGB value is (140,129,91). Sum of RGB (Red+Green+Blue) = 140+129+91=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C815B is #737EA4. Grayscale: #808080. Windows color (decimal): -7569061 or 5996940. OLE color: 5996940.

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

Color convert

RGB 140 129 91 -
CMYK 0 0.08 0.35 0.45
HSL 46.53º 0.21% 0.45% -
HSV(B) 46.53º 0.35% 0.55% -
XYZ 20.55 22.03 13.07 -
YUV 127.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 140 129 91 0 0.08 0.35 0.45 46.53 0.21 0.45
Hex 8C 81 5B 0 8 23 2D 2F 15 2D
Octal 214 201 133 0 10 43 55 57 25 55
Binary 10001100 10000001 1011011 0 1000 100011 101101 101111 10101 101101

Color Harmonies of #8C815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C815B

Black with #8C815B

Text Example


Text Example

White with #8C815B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,129,91); }

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

background-color css

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

 a { background-color: rgb(140,129,91); }

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

border-color css

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

 span { border-color: rgb(140,129,91); }

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