Html Css Color HEX #815642 Potters Clay

📋 copy color: '#815642'

red 129 ◦ green 86 ◦ blue 66

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

Shades of Potters Clay #815642

Tints of Potters Clay #815642

RGB

 RED value IS 129 (50.78% from 255) = 45.91%

 GREEN value IS 86 (33.98% from 255) = 30.6%

 BLUE value IS 66 (26.17% from 255) = 23.49%

R = 45.91%
G = 30.6%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#815642 (or 0x815642) is known color: Potters Clay. HEX triplet: 81, 56 and 42. RGB value is (129,86,66). Sum of RGB (Red+Green+Blue) = 129+86+66=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #815642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815642 is #7EA9BD. Grayscale: #606060. Windows color (decimal): -8300990 or 4347521. OLE color: 4347521.

HSL color Cylindrical-coordinate representation of color #815642: hue angle of 19.05º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #815642 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 86 66 -
CMYK 0 0.33 0.49 0.49
HSL 19.05º 0.32% 0.38% -
HSV(B) 19.05º 0.49% 0.51% -
XYZ 13.36 11.72 6.71 -
YUV 96.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 129 86 66 0 0.33 0.49 0.49 19.05 0.32 0.38
Hex 81 56 42 0 21 31 31 13 20 26
Octal 201 126 102 0 41 61 61 23 40 46
Binary 10000001 1010110 1000010 0 100001 110001 110001 10011 100000 100110

Color Harmonies of #815642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815642

Black with #815642

Text Example


Text Example

White with #815642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815642; }

 p { color: rgb(129,86,66); }

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

background-color css

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

 a { background-color: rgb(129,86,66); }

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

border-color css

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

 span { border-color: rgb(129,86,66); }

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