Html Css Color HEX #506343 Tom Thumb

📋 copy color: '#506343'

red 80 ◦ green 99 ◦ blue 67

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

Shades of Tom Thumb #506343

Tints of Tom Thumb #506343

RGB

 RED value IS 80 (31.64% from 255) = 32.52%

 GREEN value IS 99 (39.06% from 255) = 40.24%

 BLUE value IS 67 (26.56% from 255) = 27.24%

R = 32.52%
G = 40.24%
B = 27.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#506343 (or 0x506343) is known color: Tom Thumb. HEX triplet: 50, 63 and 43. RGB value is (80,99,67). Sum of RGB (Red+Green+Blue) = 80+99+67=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #506343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506343 is #AF9CBC. Grayscale: #595959. Windows color (decimal): -11508925 or 4416336. OLE color: 4416336.

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

Color convert

RGB 80 99 67 -
CMYK 0.19 0 0.32 0.61
HSL 95.63º 0.19% 0.33% -
HSV(B) 95.63º 0.32% 0.39% -
XYZ 8.78 11.03 6.98 -
YUV 89.67 115.21 121.1 -
System Red Green Blue C M Y K H S L
Decimal 80 99 67 0.19 0 0.32 0.61 95.63 0.19 0.33
Hex 50 63 43 13 0 20 3D 60 13 21
Octal 120 143 103 23 0 40 75 140 23 41
Binary 1010000 1100011 1000011 10011 0 100000 111101 1100000 10011 100001

Color Harmonies of #506343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506343

Black with #506343

Text Example


Text Example

White with #506343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506343; }

 p { color: rgb(80,99,67); }

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

background-color css

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

 a { background-color: rgb(80,99,67); }

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

border-color css

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

 span { border-color: rgb(80,99,67); }

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