Html Css Color HEX #80603C Potters Clay

📋 copy color: '#80603C'

red 128 ◦ green 96 ◦ blue 60

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

Shades of Potters Clay #80603C

Tints of Potters Clay #80603C

RGB

 RED value IS 128 (50.39% from 255) = 45.07%

 GREEN value IS 96 (37.89% from 255) = 33.8%

 BLUE value IS 60 (23.83% from 255) = 21.13%

R = 45.07%
G = 33.8%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80603C (or 0x80603C) is known color: Potters Clay. HEX triplet: 80, 60 and 3C. RGB value is (128,96,60). Sum of RGB (Red+Green+Blue) = 128+96+60=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #80603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80603C is #7F9FC3. Grayscale: #656565. Windows color (decimal): -8363972 or 3956864. OLE color: 3956864.

HSL color Cylindrical-coordinate representation of color #80603C: hue angle of 31.76º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80603C is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 60 -
CMYK 0 0.25 0.53 0.50
HSL 31.76º 0.36% 0.37% -
HSV(B) 31.76º 0.53% 0.5% -
XYZ 13.9 13.28 6.11 -
YUV 101.46 104.6 146.93 -
System Red Green Blue C M Y K H S L
Decimal 128 96 60 0 0.25 0.53 0.50 31.76 0.36 0.37
Hex 80 60 3C 0 19 35 32 20 24 25
Octal 200 140 74 0 31 65 62 40 44 45
Binary 10000000 1100000 111100 0 11001 110101 110010 100000 100100 100101

Color Harmonies of #80603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80603C

Black with #80603C

Text Example


Text Example

White with #80603C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80603C; }

 p { color: rgb(128,96,60); }

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

background-color css

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

 a { background-color: rgb(128,96,60); }

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

border-color css

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

 span { border-color: rgb(128,96,60); }

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